STM32F103xB HAL User Manual
|
Defines | |
#define | LL_TIM_AUTOMATICOUTPUT_DISABLE 0x00000000U |
#define | LL_TIM_AUTOMATICOUTPUT_ENABLE TIM_BDTR_AOE |
#define LL_TIM_AUTOMATICOUTPUT_DISABLE 0x00000000U |
MOE can be set only by software
Definition at line 516 of file stm32f1xx_ll_tim.h.
Referenced by LL_TIM_BDTR_StructInit().
#define LL_TIM_AUTOMATICOUTPUT_ENABLE TIM_BDTR_AOE |
MOE can be set by software or automatically at the next update event
Definition at line 517 of file stm32f1xx_ll_tim.h.