HAL + 0/2 examples
CodeScope will show references to LL_RCC_SetLPTIMClockSource() from the following samples and libraries:
Examples
STM32F410xx-Nucleo
Examples_LL
LPTIM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_RCC_SetLPTIMClockSource()

LL_RCC_SetLPTIMClockSource() function

Configure LPTIMx clock source

Syntax

__STATIC_INLINE void LL_RCC_SetLPTIMClockSource(uint32_t LPTIMxSource);

Arguments

LPTIMxSource

This parameter can be one of the following values: @arg LL_RCC_LPTIM1_CLKSOURCE_PCLK1 @arg LL_RCC_LPTIM1_CLKSOURCE_HSI @arg LL_RCC_LPTIM1_CLKSOURCE_LSI @arg LL_RCC_LPTIM1_CLKSOURCE_LSE

Return value

None

Examples

LL_RCC_SetLPTIMClockSource() is referenced by 2 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_rcc.h:3429
__STATIC_INLINE void LL_RCC_SetLPTIMClockSource(uint32_t LPTIMxSource)
stm32f4xx_ll_lptim.c:231LL_LPTIM_Disable()
LL_RCC_SetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE_PCLK1);
stm32f4xx_ll_lptim.c:269LL_LPTIM_Disable()
LL_RCC_SetLPTIMClockSource(tmpclksource);

Call Tree

Functions calling LL_RCC_SetLPTIMClockSource()
all items filtered out
LL_RCC_SetLPTIMClockSource()
Data read by LL_RCC_SetLPTIMClockSource()
LL_RCC_SetLPTIMClockSource()