MotorWare f2806x Module API Documentation
Functions
slip.c File Reference

Portable C fixed point code. These functions define the. More...

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

Go to the source code of this file.

Functions

SLIP_Handle SLIP_init (void *pMemory, const size_t numBytes)
 Initializes the encoder object. More...
 
void SLIP_setup (SLIP_Handle slipHandle, _iq sampleTime)
 Initializes slip object parameters. More...
 
void SLIP_run (SLIP_Handle slipHandle)
 Based on the electrical angle and the incremental slip, calculates the magnetic angle. More...
 

Detailed Description

Portable C fixed point code. These functions define the.

slip compensation routines.

(C) Copyright 2011, Texas Instruments, Inc.

Definition in file slip.c.