Macros

Constants defining if the burst mode is entered once or if it is continuously operating. More...

Collaboration diagram for HRTIM_BurstModeOperatingmode:

Macros

#define HRTIM_BURSTMODE_CONTINOUS   (HRTIM_BMCR_BMOM)
 
#define HRTIM_BURSTMODE_SINGLESHOT   ((uint32_t)0x00000000)
 
#define IS_HRTIM_BURSTMODE(BURSTMODE)
 

Detailed Description

Constants defining if the burst mode is entered once or if it is continuously operating.

Macro Definition Documentation

#define HRTIM_BURSTMODE_CONTINOUS   (HRTIM_BMCR_BMOM)

Burst mode operates in continuous mode

Definition at line 1735 of file stm32f30x_hrtim.h.

#define HRTIM_BURSTMODE_SINGLESHOT   ((uint32_t)0x00000000)

Burst mode operates in single shot mode

Definition at line 1734 of file stm32f30x_hrtim.h.

#define IS_HRTIM_BURSTMODE (   BURSTMODE)
Value:
(((BURSTMODE) == HRTIM_BURSTMODE_SINGLESHOT) || \
((BURSTMODE) == HRTIM_BURSTMODE_CONTINOUS))
#define HRTIM_BURSTMODE_CONTINOUS
#define HRTIM_BURSTMODE_SINGLESHOT

Definition at line 1737 of file stm32f30x_hrtim.h.



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