MotorWare f2806x Module API Documentation
Functions
float/cal.c File Reference

Portable C fixed point code. These functions define the calibrator (CAL) routines. More...

#include "sw/modules/cal/src/float/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 int_least32_t *pWaitTimes)
 Sets the wait times. More...
 
bool CAL_updateState (CAL_Handle handle)
 Updates the calibrator (CAL) state. More...
 

Detailed Description

Portable C fixed point code. These functions define the calibrator (CAL) routines.

(C) Copyright 2014, Texas Instruments, Inc.

Definition in file float/cal.c.