Macros

Constants defining the polarity of a fault event. More...

Collaboration diagram for HRTIM_FaultPolarity:

Macros

#define HRTIM_FAULTPOLARITY_HIGH   (HRTIM_FLTINR1_FLT1P)
 
#define HRTIM_FAULTPOLARITY_LOW   ((uint32_t)0x00000000)
 
#define IS_HRTIM_FAULTPOLARITY(HRTIM_FAULTPOLARITY)
 

Detailed Description

Constants defining the polarity of a fault event.

Macro Definition Documentation

#define HRTIM_FAULTPOLARITY_HIGH   (HRTIM_FLTINR1_FLT1P)

Fault input is active high

Definition at line 1642 of file stm32f30x_hrtim.h.

#define HRTIM_FAULTPOLARITY_LOW   ((uint32_t)0x00000000)

Fault input is active low

Definition at line 1641 of file stm32f30x_hrtim.h.

#define IS_HRTIM_FAULTPOLARITY (   HRTIM_FAULTPOLARITY)
Value:
(((HRTIM_FAULTPOLARITY) == HRTIM_FAULTPOLARITY_LOW) || \
((HRTIM_FAULTPOLARITY) == HRTIM_FAULTPOLARITY_HIGH))
#define HRTIM_FAULTPOLARITY_HIGH
#define HRTIM_FAULTPOLARITY_LOW

Definition at line 1644 of file stm32f30x_hrtim.h.



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