STM32H735xx 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 1064 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_POLARITY_LOW   0x00000000U

Break input BRK2 is active low

Definition at line 1063 of file stm32h7xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().