Constants used to enable or disable the Fault mode. More...
Macros | |
#define | HRTIM_FAULT_DISABLED (uint32_t)0x00000000 |
#define | HRTIM_FAULT_ENABLED (HRTIM_FLTINR1_FLT1E) |
#define | IS_HRTIM_FAULTCTL(FAULTCTL) |
Constants used to enable or disable the Fault mode.
#define HRTIM_FAULT_DISABLED (uint32_t)0x00000000 |
Fault mode disabled
Definition at line 2094 of file stm32f30x_hrtim.h.
#define HRTIM_FAULT_ENABLED (HRTIM_FLTINR1_FLT1E) |
Fault mode enabled
Definition at line 2095 of file stm32f30x_hrtim.h.
#define IS_HRTIM_FAULTCTL | ( | FAULTCTL | ) |
Definition at line 2097 of file stm32f30x_hrtim.h.