MotorWare f2806x Module API Documentation
est_Rs_states.h
Go to the documentation of this file.
1 #ifndef _EST_RS_STATES_H_
2 #define _EST_RS_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
36 {
45 
46 
47 // **************************************************************************
48 // the globals
49 
50 
51 // **************************************************************************
52 // the function prototypes
53 
54 
55 #ifdef __cplusplus
56 }
57 #endif // extern "C"
58 
60 #endif // end of _EST_RS_STATES_H_ definition
61 
the done state
Definition: est_Rs_states.h:42
EST_Rs_State_e
Enumeration for the stator resistance estimator states.
Definition: est_Rs_states.h:35
the fine estimation state
Definition: est_Rs_states.h:41
the coarse estimation state
Definition: est_Rs_states.h:40
the Id ramp up state
Definition: est_Rs_states.h:39
the number of stator resistance estimator states
Definition: est_Rs_states.h:43