MotorWare f2806x Module API Documentation
Enumerations
EST_RS_STATES

Enumerations

enum  EST_Rs_State_e {
  EST_Rs_State_Error =0, EST_Rs_State_Idle, EST_Rs_State_RampUp, EST_Rs_State_Coarse,
  EST_Rs_State_Fine, EST_Rs_State_Done, EST_Rs_numStates
}
 Enumeration for the stator resistance estimator states. More...
 

Detailed Description

Enumeration Type Documentation

Enumeration for the stator resistance estimator states.

Enumerator
EST_Rs_State_Error 

error

EST_Rs_State_Idle 

idle

EST_Rs_State_RampUp 

the Id ramp up state

EST_Rs_State_Coarse 

the coarse estimation state

EST_Rs_State_Fine 

the fine estimation state

EST_Rs_State_Done 

the done state

EST_Rs_numStates 

the number of stator resistance estimator states

Definition at line 35 of file est_Rs_states.h.