Macros
Collaboration diagram for TIM_Break1_Polarity:

Macros

#define IS_TIM_BREAK1_POLARITY(POLARITY)
 
#define TIM_Break1Polarity_High   ((uint32_t)0x00002000)
 
#define TIM_Break1Polarity_Low   ((uint32_t)0x00000000)
 

Detailed Description

Macro Definition Documentation

#define IS_TIM_BREAK1_POLARITY (   POLARITY)
Value:
(((POLARITY) == TIM_Break1Polarity_Low) || \
((POLARITY) == TIM_Break1Polarity_High))
#define TIM_Break1Polarity_High
#define TIM_Break1Polarity_Low

Definition at line 484 of file stm32f30x_tim.h.

#define TIM_Break1Polarity_High   ((uint32_t)0x00002000)

Definition at line 483 of file stm32f30x_tim.h.

#define TIM_Break1Polarity_Low   ((uint32_t)0x00000000)

Definition at line 482 of file stm32f30x_tim.h.



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