STM32L486xx HAL User Manual
Defines
Operating Mode
LPTIM Exported Constants

Defines

#define LL_LPTIM_OPERATING_MODE_CONTINUOUS   LPTIM_CR_CNTSTRT
#define LL_LPTIM_OPERATING_MODE_ONESHOT   LPTIM_CR_SNGSTRT

Define Documentation

#define LL_LPTIM_OPERATING_MODE_CONTINUOUS   LPTIM_CR_CNTSTRT

LP Timer starts in continuous mode

Definition at line 146 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_OPERATING_MODE_ONESHOT   LPTIM_CR_SNGSTRT

LP Tilmer starts in single mode

Definition at line 147 of file stm32l4xx_ll_lptim.h.