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

Defines

#define TIM_BREAKPOLARITY_LOW   0x00000000U
#define TIM_BREAKPOLARITY_HIGH   TIM_BDTR_BKP

Define Documentation

#define TIM_BREAKPOLARITY_HIGH   TIM_BDTR_BKP

Break input BRK is active high

Definition at line 835 of file stm32l4xx_hal_tim.h.

#define TIM_BREAKPOLARITY_LOW   0x00000000U

Break input BRK is active low

Definition at line 834 of file stm32l4xx_hal_tim.h.