STM32F439xx HAL User Manual
Defines
Break Enable
TIM Exported Constants

Defines

#define LL_TIM_BREAK_DISABLE   0x00000000U
#define LL_TIM_BREAK_ENABLE   TIM_BDTR_BKE

Define Documentation

#define LL_TIM_BREAK_DISABLE   0x00000000U

Break function disabled

Definition at line 483 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().

#define LL_TIM_BREAK_ENABLE   TIM_BDTR_BKE

Break function enabled

Definition at line 484 of file stm32f4xx_ll_tim.h.