Constants defining the timer behavior following the synchronization event. More...
Macros | |
#define | HRTIM_SYNCRESET_DISABLED ((uint32_t)0x00000000) |
#define | HRTIM_SYNCRESET_ENABLED (HRTIM_MCR_SYNCRSTM) |
#define | IS_HRTIM_SYNCRESET(SYNCRESET) |
Constants defining the timer behavior following the synchronization event.
#define HRTIM_SYNCRESET_DISABLED ((uint32_t)0x00000000) |
Synchronization input event has effect on the timer
Definition at line 624 of file stm32f30x_hrtim.h.
#define HRTIM_SYNCRESET_ENABLED (HRTIM_MCR_SYNCRSTM) |
Synchronization input event resets the timer
Definition at line 625 of file stm32f30x_hrtim.h.
#define IS_HRTIM_SYNCRESET | ( | SYNCRESET | ) |
Definition at line 627 of file stm32f30x_hrtim.h.