STM32F479xx 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 841 of file stm32f4xx_hal_tim.h.

#define TIM_BREAKPOLARITY_LOW   0x00000000U

Break input BRK is active low

Definition at line 840 of file stm32f4xx_hal_tim.h.