|
STM32F479xx 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 522 of file stm32f4xx_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 523 of file stm32f4xx_ll_tim.h.
1.7.6.1