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

Portable C fixed point code. These functions define the offset (OFFSET) module routines. More...

#include "sw/modules/offset/src/float/offset.h"

Go to the source code of this file.

Functions

float_t OFFSET_getBeta (OFFSET_Handle handle)
 Gets the beta offset filter coefficient. More...
 
OFFSET_Handle OFFSET_init (void *pMemory, const size_t numBytes)
 Initializes the offset. More...
 
void OFFSET_setBeta (OFFSET_Handle handle, const float_t beta_rad)
 Sets the beta offset filter coefficient. More...
 
void OFFSET_setInitCond (OFFSET_Handle handle, const float_t initCond)
 Set the initial condition of the integrator or the value of y[n-1]. More...
 
void OFFSET_setOffset (OFFSET_Handle handle, float_t offsetValue)
 Sets the offset value. More...
 

Detailed Description

Portable C fixed point code. These functions define the offset (OFFSET) module routines.

(C) Copyright 2014, Texas Instruments, Inc.

Definition in file float/offset.c.