Macros

Constants defining the polarity of an external event. More...

Collaboration diagram for HRTIM_ExternalEventPolarity:

Macros

#define HRTIM_EVENTPOLARITY_HIGH   ((uint32_t)0x00000000)
 
#define HRTIM_EVENTPOLARITY_LOW   (HRTIM_EECR1_EE1POL)
 
#define IS_HRTIM_EVENTPOLARITY(EVENTPOLARITY)
 

Detailed Description

Constants defining the polarity of an external event.

Macro Definition Documentation

#define HRTIM_EVENTPOLARITY_HIGH   ((uint32_t)0x00000000)

External event is active high

Definition at line 1507 of file stm32f30x_hrtim.h.

#define HRTIM_EVENTPOLARITY_LOW   (HRTIM_EECR1_EE1POL)

External event is active low

Definition at line 1508 of file stm32f30x_hrtim.h.

#define IS_HRTIM_EVENTPOLARITY (   EVENTPOLARITY)
Value:
(((EVENTPOLARITY) == HRTIM_EVENTPOLARITY_HIGH) || \
((EVENTPOLARITY) == HRTIM_EVENTPOLARITY_LOW))
#define HRTIM_EVENTPOLARITY_LOW
#define HRTIM_EVENTPOLARITY_HIGH

Definition at line 1510 of file stm32f30x_hrtim.h.



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