Constants defining whether registers are updated when the timer repetition period is completed (either due to roll-over or reset events) More...
Macros | |
#define | HRTIM_UPDATEONREPETITION_DISABLED (uint32_t)0x00000000 |
#define | HRTIM_UPDATEONREPETITION_ENABLED (HRTIM_MCR_MREPU) |
#define | IS_HRTIM_UPDATEONREPETITION(UPDATEONREPETITION) |
Constants defining whether registers are updated when the timer repetition period is completed (either due to roll-over or reset events)
#define HRTIM_UPDATEONREPETITION_DISABLED (uint32_t)0x00000000 |
Update on repetition disabled
Definition at line 722 of file stm32f30x_hrtim.h.
#define HRTIM_UPDATEONREPETITION_ENABLED (HRTIM_MCR_MREPU) |
Update on repetition enabled
Definition at line 723 of file stm32f30x_hrtim.h.
#define IS_HRTIM_UPDATEONREPETITION | ( | UPDATEONREPETITION | ) |
Definition at line 725 of file stm32f30x_hrtim.h.