Constants used to enable or disable the burst mode controller. More...
Macros | |
#define | HRTIM_BURSTMODECTL_DISABLED (uint32_t)0x00000000 |
#define | HRTIM_BURSTMODECTL_ENABLED (HRTIM_BMCR_BME) |
#define | IS_HRTIM_BURSTMODECTL(BURSTMODECTL) |
Constants used to enable or disable the burst mode controller.
#define HRTIM_BURSTMODECTL_DISABLED (uint32_t)0x00000000 |
Burst mode disabled
Definition at line 2080 of file stm32f30x_hrtim.h.
#define HRTIM_BURSTMODECTL_ENABLED (HRTIM_BMCR_BME) |
Burst mode enabled
Definition at line 2081 of file stm32f30x_hrtim.h.
#define IS_HRTIM_BURSTMODECTL | ( | BURSTMODECTL | ) |
Definition at line 2083 of file stm32f30x_hrtim.h.