HAL
LL_RCC_LPTIM1_CLKSOURCE_PCLK1 is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_RCC_LPTIM1_CLKSOURCE_PCLK1

LL_RCC_LPTIM1_CLKSOURCE_PCLK1 macro

PCLK1 clock used as LPTIM1 clock

Syntax

#define LL_RCC_LPTIM1_CLKSOURCE_PCLK1 0x00000000U

References

LocationText
stm32f4xx_ll_rcc.h:361
#define LL_RCC_LPTIM1_CLKSOURCE_PCLK1 0x00000000U /*!< PCLK1 clock used as LPTIM1 clock */
stm32f4xx_ll_lptim.c:231
LL_RCC_SetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE_PCLK1);
stm32f4xx_ll_rcc.c:517
case LL_RCC_LPTIM1_CLKSOURCE_PCLK1: /* LPTIM1 Clock is PCLK1 */