|
MotorWare f2806x Module API Documentation
|
Contains the states for the stator inductance estimator (EST_Ls) module routines. More...
Go to the source code of this file.
Enumerations | |
| enum | EST_Ls_ErrorCode_e { EST_Ls_ErrorCode_NoError =0, EST_Ls_ErrorCode_ShiftOverFlow, EST_Ls_numErrorCodes } |
| Enumeration for the stator inductance estimator error codes. More... | |
| enum | EST_Ls_State_e { EST_Ls_State_Error =0, EST_Ls_State_Idle, EST_Ls_State_RampUp, EST_Ls_State_Init, EST_Ls_State_Coarse, EST_Ls_State_Fine, EST_Ls_State_Done, EST_Ls_numStates } |
| Enumeration for the stator inductance estimator states. More... | |
Contains the states for the stator inductance estimator (EST_Ls) module routines.
(C) Copyright 2012, Texas Instruments, Inc.
Definition in file est_Ls_states.h.
1.8.9.1