Constants defining whether a write access into a preloadable register is done into the active or the preload register. More...
Macros | |
#define | HRTIM_PRELOAD_DISABLED ((uint32_t)0x00000000) |
#define | HRTIM_PRELOAD_ENABLED (HRTIM_MCR_PREEN) |
#define | IS_HRTIM_PRELOAD(PRELOAD) |
Constants defining whether a write access into a preloadable register is done into the active or the preload register.
#define HRTIM_PRELOAD_DISABLED ((uint32_t)0x00000000) |
Preload disabled: the write access is directly done into the active register
Definition at line 657 of file stm32f30x_hrtim.h.
#define HRTIM_PRELOAD_ENABLED (HRTIM_MCR_PREEN) |
Preload enabled: the write access is done into the preload register
Definition at line 658 of file stm32f30x_hrtim.h.
#define IS_HRTIM_PRELOAD | ( | PRELOAD | ) |
Definition at line 660 of file stm32f30x_hrtim.h.