Macros

Constants used to enable or disable the burst mode controller. More...

Collaboration diagram for HRTIM_BursttModeControl:

Macros

#define HRTIM_BURSTMODECTL_DISABLED   (uint32_t)0x00000000
 
#define HRTIM_BURSTMODECTL_ENABLED   (HRTIM_BMCR_BME)
 
#define IS_HRTIM_BURSTMODECTL(BURSTMODECTL)
 

Detailed Description

Constants used to enable or disable the burst mode controller.

Macro Definition Documentation

#define HRTIM_BURSTMODECTL_DISABLED   (uint32_t)0x00000000

Burst mode disabled

Definition at line 2080 of file stm32f30x_hrtim.h.

#define HRTIM_BURSTMODECTL_ENABLED   (HRTIM_BMCR_BME)

Burst mode enabled

Definition at line 2081 of file stm32f30x_hrtim.h.

#define IS_HRTIM_BURSTMODECTL (   BURSTMODECTL)
Value:
(((BURSTMODECTL) == HRTIM_BURSTMODECTL_DISABLED) || \
((BURSTMODECTL) == HRTIM_BURSTMODECTL_ENABLED))
#define HRTIM_BURSTMODECTL_ENABLED
#define HRTIM_BURSTMODECTL_DISABLED

Definition at line 2083 of file stm32f30x_hrtim.h.



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