STM32L443xx 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 648 of file stm32l4xx_ll_tim.h.
#define LL_TIM_ONEPULSEMODE_SINGLE TIM_CR1_OPM |
Counter stops counting at the next update event
Definition at line 647 of file stm32l4xx_ll_tim.h.