|
MotorWare f2806x Module API Documentation
|
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... | |
| enum EST_Ls_ErrorCode_e |
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.
| enum EST_Ls_State_e |
Enumeration for the stator inductance estimator states.
Definition at line 45 of file est_Ls_states.h.
1.8.9.1