Macros

Constants defining the level of a timer output. More...

Collaboration diagram for HRTIM_OutputLevel:

Macros

#define HRTIM_OUTPUTLEVEL_ACTIVE   (uint32_t)0x00000001
 
#define HRTIM_OUTPUTLEVEL_INACTIVE   (uint32_t)0x00000002
 
#define IS_HRTIM_OUTPUTLEVEL(OUTPUTLEVEL)
 

Detailed Description

Constants defining the level of a timer output.

Macro Definition Documentation

#define HRTIM_OUTPUTLEVEL_ACTIVE   (uint32_t)0x00000001

Forces the output to its active state

Definition at line 2140 of file stm32f30x_hrtim.h.

#define HRTIM_OUTPUTLEVEL_INACTIVE   (uint32_t)0x00000002

Forces the output to its inactive state

Definition at line 2141 of file stm32f30x_hrtim.h.

#define IS_HRTIM_OUTPUTLEVEL (   OUTPUTLEVEL)
Value:
(((OUTPUTLEVEL) == HRTIM_OUTPUTLEVEL_ACTIVE) || \
((OUTPUTLEVEL) == HRTIM_OUTPUTLEVEL_INACTIVE))
#define HRTIM_OUTPUTLEVEL_INACTIVE
#define HRTIM_OUTPUTLEVEL_ACTIVE

Definition at line 2143 of file stm32f30x_hrtim.h.



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