Constants defining whether the register are updated upon Timerx counter reset or rollover to 0 after reaching the period value in continuous mode. More...
Macros | |
#define | HRTIM_TIMUPDATEONRESET_DISABLED (uint32_t)0x00000000 |
#define | HRTIM_TIMUPDATEONRESET_ENABLED (HRTIM_TIMCR_TRSTU) |
#define | IS_HRTIM_TIMUPDATEONRESET(TIMUPDATEONRESET) |
Constants defining whether the register are updated upon Timerx counter reset or rollover to 0 after reaching the period value in continuous mode.
#define HRTIM_TIMUPDATEONRESET_DISABLED (uint32_t)0x00000000 |
Update by timer x reset / rollover disabled
Definition at line 892 of file stm32f30x_hrtim.h.
#define HRTIM_TIMUPDATEONRESET_ENABLED (HRTIM_TIMCR_TRSTU) |
Update by timer x reset / rollover enabled
Definition at line 893 of file stm32f30x_hrtim.h.
#define IS_HRTIM_TIMUPDATEONRESET | ( | TIMUPDATEONRESET | ) |
Definition at line 895 of file stm32f30x_hrtim.h.