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

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

#include "sw/modules/offset/src/32b/offset.h"

Go to the source code of this file.

Functions

_iq 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 _iq beta)
 Sets the beta offset filter coefficient. More...
 
void OFFSET_setInitCond (OFFSET_Handle handle, const _iq initCond)
 Set the initial condition of the integrator or the value of y[n-1]. More...
 
void OFFSET_setOffset (OFFSET_Handle handle, _iq offsetValue)
 Sets the offset value. More...
 

Detailed Description

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

(C) Copyright 2012, Texas Instruments, Inc.

Definition in file 32b/offset.c.