Macros

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

Collaboration diagram for HRTIM_OutputPolarity:

Macros

#define HRTIM_OUTPUTPOLARITY_HIGH   ((uint32_t)0x00000000)
 
#define HRTIM_OUTPUTPOLARITY_LOW   (HRTIM_OUTR_POL1)
 
#define IS_HRTIM_OUTPUTPOLARITY(OUTPUTPOLARITY)
 

Detailed Description

Constants defining the polarity of a timer output.

Macro Definition Documentation

#define HRTIM_OUTPUTPOLARITY_HIGH   ((uint32_t)0x00000000)

Output is active HIGH

Definition at line 963 of file stm32f30x_hrtim.h.

#define HRTIM_OUTPUTPOLARITY_LOW   (HRTIM_OUTR_POL1)

Output is active LOW

Definition at line 964 of file stm32f30x_hrtim.h.

#define IS_HRTIM_OUTPUTPOLARITY (   OUTPUTPOLARITY)
Value:
(((OUTPUTPOLARITY) == HRTIM_OUTPUTPOLARITY_HIGH) || \
((OUTPUTPOLARITY) == HRTIM_OUTPUTPOLARITY_LOW))
#define HRTIM_OUTPUTPOLARITY_HIGH
#define HRTIM_OUTPUTPOLARITY_LOW

Definition at line 966 of file stm32f30x_hrtim.h.



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