STM32F439xx HAL User Manual
Defines
One Pulse Mode
TIM Exported Constants

Defines

#define LL_TIM_ONEPULSEMODE_SINGLE   TIM_CR1_OPM
#define LL_TIM_ONEPULSEMODE_REPETITIVE   0x00000000U

Define Documentation

#define LL_TIM_ONEPULSEMODE_REPETITIVE   0x00000000U

Counter stops counting at the next update event

Definition at line 528 of file stm32f4xx_ll_tim.h.

#define LL_TIM_ONEPULSEMODE_SINGLE   TIM_CR1_OPM

Counter is not stopped at update event

Definition at line 527 of file stm32f4xx_ll_tim.h.