MotorWare f2806x Module API Documentation
Enumerations
EST_RR

Enumerations

enum  EST_Rr_State_e {
  EST_Rr_State_Error =0, EST_Rr_State_Idle, EST_Rr_State_RampUp, EST_Rr_State_Coarse,
  EST_Rr_State_Fine, EST_Rr_State_Done, EST_Rr_numStates
}
 Enumeration for the rotor resistance estimator states. More...
 

Detailed Description

Enumeration Type Documentation

Enumeration for the rotor resistance estimator states.

Enumerator
EST_Rr_State_Error 

error

EST_Rr_State_Idle 

idle

EST_Rr_State_RampUp 

the Id ramp up state

EST_Rr_State_Coarse 

the coarse estimation state

EST_Rr_State_Fine 

the fine estimation state

EST_Rr_State_Done 

the done state

EST_Rr_numStates 

the number of stator resistance estimator states

Definition at line 35 of file est_Rr_states.h.