|
MotorWare f2806x Module API Documentation
|
Enumerations | |
| enum | EST_ErrorCode_e { EST_ErrorCode_NoError =0, EST_ErrorCode_Flux_OL_ShiftOverFlow, EST_ErrorCode_FluxError, EST_ErrorCode_Dir_ShiftOverFlow, EST_ErrorCode_Ind_ShiftOverFlow, EST_numErrorCodes } |
| Enumeration for the estimator error codes. More... | |
| enum | EST_State_e { EST_State_Error =0, EST_State_Idle, EST_State_RoverL, EST_State_Rs, EST_State_RampUp, EST_State_ConstSpeed, EST_State_IdRated, EST_State_RatedFlux_OL, EST_State_RatedFlux, EST_State_RampDown, EST_State_LockRotor, EST_State_Ls, EST_State_Rr, EST_State_MotorIdentified, EST_State_OnLine, EST_numStates } |
| Enumeration for the estimator states. More... | |
| enum EST_ErrorCode_e |
Enumeration for the estimator error codes.
Definition at line 38 of file est_states.h.
| enum EST_State_e |
Enumeration for the estimator states.
Definition at line 51 of file est_states.h.
1.8.9.1