|
MotorWare f2806x Module API Documentation
|
Portable C fixed point code. These functions define the calibrator (CAL) routines. More...
#include "sw/modules/cal/src/32b/cal.h"Go to the source code of this file.
Functions | |
| CAL_Handle | CAL_init (void *pMemory, const size_t numBytes) |
| Initializes the calibrator (CAL) module. More... | |
| void | CAL_reset (CAL_Handle handle) |
| Resets the calibrator. More... | |
| void | CAL_setParams (CAL_Handle handle, const USER_Params *pUserParams) |
| Sets the parameters. More... | |
| void | CAL_setWaitTimes (CAL_Handle handle, const uint_least32_t *pWaitTimes) |
| Sets the wait times. More... | |
| bool | CAL_updateState (CAL_Handle handle) |
| Updates the calibrator (CAL) state. More... | |
Portable C fixed point code. These functions define the calibrator (CAL) routines.
(C) Copyright 2014, Texas Instruments, Inc.
Definition in file 32b/cal.c.
1.8.9.1