Macros

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...

Collaboration diagram for HRTIM_BurstModeRegisterPreloadEnable:

Macros

#define HRIM_BURSTMODEPRELOAD_DISABLED   ((uint32_t)0x00000000)
 
#define HRIM_BURSTMODEPRELOAD_ENABLED   (HRTIM_BMCR_BMPREN)
 
#define IS_HRTIM_BURSTMODEPRELOAD(BURSTMODEPRELOAD)
 

Detailed Description

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.

Macro Definition Documentation

#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)
Value:
(((BURSTMODEPRELOAD) == HRIM_BURSTMODEPRELOAD_DISABLED) || \
((BURSTMODEPRELOAD) == HRIM_BURSTMODEPRELOAD_ENABLED))
#define HRIM_BURSTMODEPRELOAD_ENABLED
#define HRIM_BURSTMODEPRELOAD_DISABLED

Definition at line 1828 of file stm32f30x_hrtim.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56