STM32F439xx HAL User Manual
Defines
TIM AOE Bit State
TIM Exported Constants

Defines

#define TIM_AUTOMATICOUTPUT_ENABLE   (TIM_BDTR_AOE)
#define TIM_AUTOMATICOUTPUT_DISABLE   0x00000000U

Define Documentation

#define TIM_AUTOMATICOUTPUT_DISABLE   0x00000000U

Definition at line 678 of file stm32f4xx_hal_tim.h.

#define TIM_AUTOMATICOUTPUT_ENABLE   (TIM_BDTR_AOE)

Definition at line 677 of file stm32f4xx_hal_tim.h.