STM32L443xx HAL User Manual
|
Defines | |
#define | LL_LPTIM_CLK_SOURCE_INTERNAL 0x00000000U |
#define | LL_LPTIM_CLK_SOURCE_EXTERNAL LPTIM_CFGR_CKSEL |
#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 239 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 238 of file stm32l4xx_ll_lptim.h.
Referenced by LL_LPTIM_StructInit().