MotorWare f2806x Module API Documentation
Enumerations
EST_LS_STATES

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...
 

Detailed Description

Enumeration Type Documentation

Enumeration for the stator inductance estimator error codes.

Enumerator
EST_Ls_ErrorCode_NoError 

no error error code

EST_Ls_ErrorCode_ShiftOverFlow 

inductance shift overflow error code

EST_Ls_numErrorCodes 

the number of estimator error codes

Definition at line 35 of file est_Ls_states.h.

Enumeration for the stator inductance estimator states.

Enumerator
EST_Ls_State_Error 

error

EST_Ls_State_Idle 

idle

EST_Ls_State_RampUp 

the ramp up state

EST_Ls_State_Init 

the init state

EST_Ls_State_Coarse 

the coarse estimation state

EST_Ls_State_Fine 

the fine estimation state

EST_Ls_State_Done 

the done state

EST_Ls_numStates 

the number of stator inductance estimator states

Definition at line 45 of file est_Ls_states.h.