MotorWare f2806x Module API Documentation
Functions
fem.c File Reference

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...
 

Detailed Description

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.