STM32L486xx HAL User Manual
Defines
BREAK2 POLARITY
TIM Exported Constants

Defines

#define LL_TIM_BREAK2_POLARITY_LOW   0x00000000U
#define LL_TIM_BREAK2_POLARITY_HIGH   TIM_BDTR_BK2P

Define Documentation

#define LL_TIM_BREAK2_POLARITY_HIGH   TIM_BDTR_BK2P

Break input BRK2 is active high

Definition at line 999 of file stm32l4xx_ll_tim.h.

#define LL_TIM_BREAK2_POLARITY_LOW   0x00000000U

Break input BRK2 is active low

Definition at line 998 of file stm32l4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().