MotorWare f2806x Module API Documentation
Typedefs | Functions
fstart.h File Reference

Contains the public interface to the flying start module routines. More...

#include "sw/modules/types/src/types.h"

Go to the source code of this file.

Typedefs

typedef struct _FStart_Handle_ * FStart_Handle
 Defines the FStart handle. More...
 

Functions

FStart_Handle FStart_init (void)
 Initializes the flying start module. More...
 
_iq FStart_run (FStart_Handle handle, const _iq fm_Hz, const _iq flux_VpHz)
 Runs the flying start module. More...
 
void FStart_setParams (FStart_Handle handle, const float_t iqFullScaleVoltage_V, const float_t iqFullScaleFreq_Hz, const float_t estFreq_Hz, const float_t maxFlux_VpHz)
 Sets the parameters for the flying start module. More...
 

Detailed Description

Contains the public interface to the flying start module routines.

(C) Copyright 2014, Texas Instruments, Inc.

Definition in file fstart.h.