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

#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.

#define TIM_Break2Polarity_High   ((uint32_t)0x02000000)

Definition at line 495 of file stm32f30x_tim.h.

#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 Thu Apr 15 2021 05:07:56