STM32L486xx HAL User Manual
Defines
TIM Automatic Output Enable
TIM Exported Constants

Defines

#define TIM_AUTOMATICOUTPUT_DISABLE   0x00000000U
#define TIM_AUTOMATICOUTPUT_ENABLE   TIM_BDTR_AOE

Define Documentation

#define TIM_AUTOMATICOUTPUT_DISABLE   0x00000000U

MOE can be set only by software

Definition at line 861 of file stm32l4xx_hal_tim.h.

#define TIM_AUTOMATICOUTPUT_ENABLE   TIM_BDTR_AOE

MOE can be set by software or automatically at the next update event (if none of the break inputs BRK and BRK2 is active)

Definition at line 862 of file stm32l4xx_hal_tim.h.