STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM Automatic Output Enable
Collaboration diagram for TIM Automatic Output Enable:

Macros

#define TIM_AUTOMATICOUTPUT_DISABLE   0x00000000U
#define TIM_AUTOMATICOUTPUT_ENABLE   TIM_BDTR_AOE

Detailed Description

Macro Definition Documentation

◆ TIM_AUTOMATICOUTPUT_DISABLE

#define TIM_AUTOMATICOUTPUT_DISABLE   0x00000000U

MOE can be set only by software

Definition at line 857 of file stm32f4xx_hal_tim.h.

◆ TIM_AUTOMATICOUTPUT_ENABLE

#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 858 of file stm32f4xx_hal_tim.h.