MotorWare f2806x Module API Documentation
Enumerations
est_states.h File Reference

Contains the states for the estimator (EST) module routines. More...

Go to the source code of this file.

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

Detailed Description

Contains the states for the estimator (EST) module routines.

(C) Copyright 2012, Texas Instruments, Inc.

Definition in file est_states.h.