STM32L486xx HAL User Manual
Defines
TIM Break Input 2 Polarity
TIM Exported Constants

Defines

#define TIM_BREAK2POLARITY_LOW   0x00000000U
#define TIM_BREAK2POLARITY_HIGH   TIM_BDTR_BK2P

Define Documentation

#define TIM_BREAK2POLARITY_HIGH   TIM_BDTR_BK2P

Break input BRK2 is active high

Definition at line 853 of file stm32l4xx_hal_tim.h.

#define TIM_BREAK2POLARITY_LOW   0x00000000U

Break input BRK2 is active low

Definition at line 852 of file stm32l4xx_hal_tim.h.