|
MotorWare f2806x Module API Documentation
|
Portable C fixed point code. These functions define the frequency of execution monitoring (FEM) module routines. More...
#include "sw/modules/fem/src/32b/fem.h"Go to the source code of this file.
Functions | |
| FEM_Handle | FEM_init (void *pMemory, const size_t numBytes) |
| Initializes the frequency of execution monitoring (FEM) object. More... | |
| void | FEM_setParams (FEM_Handle handle, const float_t timerFreq_Hz, const uint32_t timerPeriod_cnts, const float_t spFreq_Hz, const float_t maxFreqError_Hz) |
| Sets the frequency of execution monitoring parameters, cnts. More... | |
Portable C fixed point code. These functions define the frequency of execution monitoring (FEM) module routines.
(C) Copyright 2013, Texas Instruments, Inc.
Definition in file fem.c.
1.8.9.1