MotorWare f2806x Module API Documentation
est_Rr_states.h
Go to the documentation of this file.
1 #ifndef _EST_RR_STATES_H_
2 #define _EST_RR_STATES_H_
3 
9 
10 
11 // **************************************************************************
12 // the includes
13 
18 
19 
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 
26 // **************************************************************************
27 // the defines
28 
29 
30 // **************************************************************************
31 // the typedefs
32 
35 typedef enum {
44 
45 
46 // **************************************************************************
47 // the globals
48 
49 
50 // **************************************************************************
51 // the function prototypes
52 
53 
54 #ifdef __cplusplus
55 }
56 #endif // extern "C"
57 
59 #endif // end of _EST_RR_STATES_H_ definition
60 
the coarse estimation state
Definition: est_Rr_states.h:39
EST_Rr_State_e
Enumeration for the rotor resistance estimator states.
Definition: est_Rr_states.h:35
the fine estimation state
Definition: est_Rr_states.h:40
the done state
Definition: est_Rr_states.h:41
the Id ramp up state
Definition: est_Rr_states.h:38
the number of stator resistance estimator states
Definition: est_Rr_states.h:42