STM32F439xx HAL User Manual
Defines
Automatic output enable
TIM Exported Constants

Defines

#define LL_TIM_AUTOMATICOUTPUT_DISABLE   0x00000000U
#define LL_TIM_AUTOMATICOUTPUT_ENABLE   TIM_BDTR_AOE

Define Documentation

#define LL_TIM_AUTOMATICOUTPUT_DISABLE   0x00000000U

MOE can be set only by software

Definition at line 492 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_StructInit().

#define LL_TIM_AUTOMATICOUTPUT_ENABLE   TIM_BDTR_AOE

MOE can be set by software or automatically at the next update event

Definition at line 493 of file stm32f4xx_ll_tim.h.