cantata
|
![]() |
Macros | |
#define | IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) |
Typedefs | |
typedef enum FlagStatus | ITStatus |
Enumerations | |
enum | FlagStatus { RESET = 0, SET = !RESET } |
enum | FunctionalState { DISABLE = 0, ENABLE = !DISABLE } |
enum | ErrorStatus { SUCCESS = 0U, ERROR = !SUCCESS } |