STM32F439xx HAL User Manual
Defines
break polarity
TIM Exported Constants

Defines

#define LL_TIM_BREAK_POLARITY_LOW   0x00000000U
#define LL_TIM_BREAK_POLARITY_HIGH   TIM_BDTR_BKP

Define Documentation

#define LL_TIM_BREAK_POLARITY_HIGH   TIM_BDTR_BKP

Break input BRK is active high

Definition at line 816 of file stm32f4xx_ll_tim.h.

#define LL_TIM_BREAK_POLARITY_LOW   0x00000000U

Break input BRK is active low

Definition at line 815 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().