STM32L486xx 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 593 of file stm32l4xx_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 594 of file stm32l4xx_ll_tim.h.