Constants defining how the timer behaves during a burst mode operation. More...
Macros | |
#define | HRTIM_TIMERBURSTMODE_MAINTAINCLOCK (uint32_t)0x000000 |
#define | HRTIM_TIMERBURSTMODE_RESETCOUNTER (HRTIM_BMCR_MTBM) |
#define | IS_HRTIM_TIMERBURSTMODE(TIMERBURSTMODE) |
Constants defining how the timer behaves during a burst mode operation.
#define HRTIM_TIMERBURSTMODE_MAINTAINCLOCK (uint32_t)0x000000 |
Timer counter clock is maintained and the timer operates normally
Definition at line 706 of file stm32f30x_hrtim.h.
#define HRTIM_TIMERBURSTMODE_RESETCOUNTER (HRTIM_BMCR_MTBM) |
Timer counter clock is stopped and the counter is reset
Definition at line 707 of file stm32f30x_hrtim.h.
#define IS_HRTIM_TIMERBURSTMODE | ( | TIMERBURSTMODE | ) |
Definition at line 709 of file stm32f30x_hrtim.h.