STM32L486xx HAL User Manual
Defines
TIM One Pulse Mode
TIM Exported Constants

Defines

#define TIM_OPMODE_SINGLE   TIM_CR1_OPM
#define TIM_OPMODE_REPETITIVE   0x00000000U

Define Documentation

#define TIM_OPMODE_REPETITIVE   0x00000000U

Counter is not stopped at update event

Definition at line 644 of file stm32l4xx_hal_tim.h.

#define TIM_OPMODE_SINGLE   TIM_CR1_OPM

Counter stops counting at the next update event

Definition at line 643 of file stm32l4xx_hal_tim.h.