Constants defining if the burst mode is entered once or if it is continuously operating. More...
Macros | |
#define | HRTIM_BURSTMODE_CONTINOUS (HRTIM_BMCR_BMOM) |
#define | HRTIM_BURSTMODE_SINGLESHOT ((uint32_t)0x00000000) |
#define | IS_HRTIM_BURSTMODE(BURSTMODE) |
Constants defining if the burst mode is entered once or if it is continuously operating.
#define HRTIM_BURSTMODE_CONTINOUS (HRTIM_BMCR_BMOM) |
Burst mode operates in continuous mode
Definition at line 1735 of file stm32f30x_hrtim.h.
#define HRTIM_BURSTMODE_SINGLESHOT ((uint32_t)0x00000000) |
Burst mode operates in single shot mode
Definition at line 1734 of file stm32f30x_hrtim.h.
#define IS_HRTIM_BURSTMODE | ( | BURSTMODE | ) |
Definition at line 1737 of file stm32f30x_hrtim.h.