Macros

Constants defining whether a write access into a preloadable register is done into the active or the preload register. More...

Collaboration diagram for HRTIM_RegisterPreloadEnable:

Macros

#define HRTIM_PRELOAD_DISABLED   ((uint32_t)0x00000000)
 
#define HRTIM_PRELOAD_ENABLED   (HRTIM_MCR_PREEN)
 
#define IS_HRTIM_PRELOAD(PRELOAD)
 

Detailed Description

Constants defining whether a write access into a preloadable register is done into the active or the preload register.

Macro Definition Documentation

#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)
Value:
(((PRELOAD) == HRTIM_PRELOAD_DISABLED) || \
((PRELOAD) == HRTIM_PRELOAD_ENABLED))
#define HRTIM_PRELOAD_ENABLED
#define HRTIM_PRELOAD_DISABLED

Definition at line 660 of file stm32f30x_hrtim.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Wed Jul 3 2019 19:59:30