Constants defining fault channel identifiers. More...
Macros | |
#define | HRTIM_FAULT_1 ((uint32_t)0x01) |
#define | HRTIM_FAULT_2 ((uint32_t)0x02) |
#define | HRTIM_FAULT_3 ((uint32_t)0x04) |
#define | HRTIM_FAULT_4 ((uint32_t)0x08) |
#define | HRTIM_FAULT_5 ((uint32_t)0x10) |
#define | IS_HRTIM_FAULT(FAULT) |
Constants defining fault channel identifiers.
#define HRTIM_FAULT_1 ((uint32_t)0x01) |
Fault channel 1 identifier
Definition at line 528 of file stm32f30x_hrtim.h.
#define HRTIM_FAULT_2 ((uint32_t)0x02) |
Fault channel 2 identifier
Definition at line 529 of file stm32f30x_hrtim.h.
#define HRTIM_FAULT_3 ((uint32_t)0x04) |
Fault channel 3 identifier
Definition at line 530 of file stm32f30x_hrtim.h.
#define HRTIM_FAULT_4 ((uint32_t)0x08) |
Fault channel 4 identifier
Definition at line 531 of file stm32f30x_hrtim.h.
#define HRTIM_FAULT_5 ((uint32_t)0x10) |
Fault channel 5 identifier
Definition at line 532 of file stm32f30x_hrtim.h.
#define IS_HRTIM_FAULT | ( | FAULT | ) |
Definition at line 534 of file stm32f30x_hrtim.h.