My Project
Loading...
Searching...
No Matches
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

◆ 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)