STM32F479xx HAL User Manual
|
Defines | |
#define | LL_TIM_ONEPULSEMODE_SINGLE TIM_CR1_OPM |
#define | LL_TIM_ONEPULSEMODE_REPETITIVE 0x00000000U |
#define LL_TIM_ONEPULSEMODE_REPETITIVE 0x00000000U |
Counter is not stopped at update event
Definition at line 558 of file stm32f4xx_ll_tim.h.
#define LL_TIM_ONEPULSEMODE_SINGLE TIM_CR1_OPM |
Counter stops counting at the next update event
Definition at line 557 of file stm32f4xx_ll_tim.h.