HAL + 0/9 examples
CodeScope will show references to TIM_AUTOMATICOUTPUT_ENABLE from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
TIM
STM32469I_EVAL
Examples
TIM
STM324x9I_EVAL
Examples
TIM
STM324xG_EVAL
Examples
TIM
STM32F411RE-Nucleo
Examples_MIX
TIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALTIM_AUTOMATICOUTPUT_ENABLE

TIM_AUTOMATICOUTPUT_ENABLE macro

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

Syntax

#define TIM_AUTOMATICOUTPUT_ENABLE TIM_BDTR_AOE

Examples

TIM_AUTOMATICOUTPUT_ENABLE is referenced by 9 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.h:857
#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) */
stm32f4xx_hal_tim.h:1717
#define IS_TIM_AUTOMATIC_OUTPUT_STATE(__STATE__) (((__STATE__) == TIM_AUTOMATICOUTPUT_ENABLE) || \