STM32H735xx HAL User Manual
Defines
BREAK2 AF MODE
TIM Exported Constants

Defines

#define LL_TIM_BREAK2_AFMODE_INPUT   0x00000000U
#define LL_TIM_BREAK2_AFMODE_BIDIRECTIONAL   TIM_BDTR_BK2BID

Define Documentation

#define LL_TIM_BREAK2_AFMODE_BIDIRECTIONAL   TIM_BDTR_BK2BID

Break2 input BRK2 in bidirectional mode

Definition at line 1155 of file stm32h7xx_ll_tim.h.

#define LL_TIM_BREAK2_AFMODE_INPUT   0x00000000U

Break2 input BRK2 in input mode

Definition at line 1154 of file stm32h7xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().