Macros
Collaboration diagram for TIM_Break2_Polarity:

Macros

#define IS_TIM_BREAK2_POLARITY(POLARITY)
 
#define TIM_Break2Polarity_High   ((uint32_t)0x02000000)
 
#define TIM_Break2Polarity_Low   ((uint32_t)0x00000000)
 

Detailed Description

Macro Definition Documentation

◆ IS_TIM_BREAK2_POLARITY

#define IS_TIM_BREAK2_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_Break2Polarity_Low) || \
((POLARITY) == TIM_Break2Polarity_High))
#define TIM_Break2Polarity_High
#define TIM_Break2Polarity_Low

Definition at line 496 of file stm32f30x_tim.h.

◆ TIM_Break2Polarity_High

#define TIM_Break2Polarity_High   ((uint32_t)0x02000000)

Definition at line 495 of file stm32f30x_tim.h.

◆ TIM_Break2Polarity_Low

#define TIM_Break2Polarity_Low   ((uint32_t)0x00000000)

Definition at line 494 of file stm32f30x_tim.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:17