Constants defining the timer behavior following the synchronization event. More...
Macros | |
#define | HRTIM_SYNCSTART_DISABLED ((uint32_t)0x00000000) |
#define | HRTIM_SYNCSTART_ENABLED (HRTIM_MCR_SYNCSTRTM) |
#define | IS_HRTIM_SYNCSTART(SYNCSTART) |
Constants defining the timer behavior following the synchronization event.
#define HRTIM_SYNCSTART_DISABLED ((uint32_t)0x00000000) |
Synchronization input event has effect on the timer
Definition at line 610 of file stm32f30x_hrtim.h.
#define HRTIM_SYNCSTART_ENABLED (HRTIM_MCR_SYNCSTRTM) |
Synchronization input event starts the timer
Definition at line 611 of file stm32f30x_hrtim.h.
#define IS_HRTIM_SYNCSTART | ( | SYNCSTART | ) |
Definition at line 613 of file stm32f30x_hrtim.h.