Constants defining whether or not burst mode registers preload mechanism is enabled, i.e. a write access into a preloadable register (HRTIM_BMCMPR, HRTIM_BMPER) is done into the active or the preload register. More...
Macros | |
#define | HRIM_BURSTMODEPRELOAD_DISABLED ((uint32_t)0x00000000) |
#define | HRIM_BURSTMODEPRELOAD_ENABLED (HRTIM_BMCR_BMPREN) |
#define | IS_HRTIM_BURSTMODEPRELOAD(BURSTMODEPRELOAD) |
Constants defining whether or not burst mode registers preload mechanism is enabled, i.e. a write access into a preloadable register (HRTIM_BMCMPR, HRTIM_BMPER) is done into the active or the preload register.
#define HRIM_BURSTMODEPRELOAD_DISABLED ((uint32_t)0x00000000) |
Preload disabled: the write access is directly done into active registers
Definition at line 1825 of file stm32f30x_hrtim.h.
#define HRIM_BURSTMODEPRELOAD_ENABLED (HRTIM_BMCR_BMPREN) |
Preload enabled: the write access is done into preload registers
Definition at line 1826 of file stm32f30x_hrtim.h.
#define IS_HRTIM_BURSTMODEPRELOAD | ( | BURSTMODEPRELOAD | ) |
Definition at line 1828 of file stm32f30x_hrtim.h.