STM32L486xx HAL User Manual
Defines
Clock Source
LPTIM Exported Constants

Defines

#define LL_LPTIM_CLK_SOURCE_INTERNAL   0x00000000U
#define LL_LPTIM_CLK_SOURCE_EXTERNAL   LPTIM_CFGR_CKSEL

Define Documentation

#define LL_LPTIM_CLK_SOURCE_EXTERNAL   LPTIM_CFGR_CKSEL

LPTIM is clocked by an external clock source through the LPTIM external Input1

Definition at line 243 of file stm32l4xx_ll_lptim.h.

#define LL_LPTIM_CLK_SOURCE_INTERNAL   0x00000000U

LPTIM is clocked by internal clock source (APB clock or any of the embedded oscillators)

Definition at line 242 of file stm32l4xx_ll_lptim.h.

Referenced by LL_LPTIM_StructInit().