Macros
Collaboration diagram for Break_Polarity:

Macros

#define IS_TIM_BREAK_POLARITY(POLARITY)
 
#define TIM_BreakPolarity_High   ((uint16_t)0x2000)
 
#define TIM_BreakPolarity_Low   ((uint16_t)0x0000)
 

Detailed Description

Macro Definition Documentation

#define IS_TIM_BREAK_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_BreakPolarity_Low) || \
((POLARITY) == TIM_BreakPolarity_High))
#define TIM_BreakPolarity_Low
#define TIM_BreakPolarity_High

Definition at line 467 of file stm32f10x_tim.h.

#define TIM_BreakPolarity_High   ((uint16_t)0x2000)

Definition at line 466 of file stm32f10x_tim.h.

#define TIM_BreakPolarity_Low   ((uint16_t)0x0000)

Definition at line 465 of file stm32f10x_tim.h.



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