STM32F479xx 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 849 of file stm32f4xx_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 850 of file stm32f4xx_hal_tim.h.