HAL + 0/70 examples
CodeScope will show references to LL_RCC_GetSysClkSource() from the following samples and libraries:
Examples
STM32F410xx-Nucleo
Examples_LL
LPTIM
STM32F411RE-Nucleo
Examples_LL
ADC
CRC
DMA
EXTI
GPIO
I2C
IWDG
PWR
RCC
RTC
SPI
TIM
USART
WWDG
Examples_MIX
PWR
STM32F429ZI-Nucleo
Examples_LL
CORTEX
DAC
DMA2D
RNG
 
Symbols
loading...
Files
loading...

LL_RCC_GetSysClkSource() function

Get the system clock source (*) value not defined in all devices.

Syntax

__STATIC_INLINE uint32_t LL_RCC_GetSysClkSource(void);

Return value

Returned value can be one of the following values: @arg LL_RCC_SYS_CLKSOURCE_STATUS_HSI @arg LL_RCC_SYS_CLKSOURCE_STATUS_HSE @arg LL_RCC_SYS_CLKSOURCE_STATUS_PLL @arg LL_RCC_SYS_CLKSOURCE_STATUS_PLLR (*)

Examples

LL_RCC_GetSysClkSource() is referenced by 70 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_rcc.h:3204
__STATIC_INLINE uint32_t LL_RCC_GetSysClkSource(void)
stm32f4xx_ll_rcc.c:1123RCC_GetSystemClockFreq()
switch (LL_RCC_GetSysClkSource())
stm32f4xx_ll_utils.c:713UTILS_EnablePLLAndSwitchSystem()
while (LL_RCC_GetSysClkSource() != LL_RCC_SYS_CLKSOURCE_STATUS_PLL)

Call Tree

Functions calling LL_RCC_GetSysClkSource()
LL_RCC_GetSysClkSource()
Data read by LL_RCC_GetSysClkSource()
all items filtered out
LL_RCC_GetSysClkSource()
Type of LL_RCC_GetSysClkSource()
LL_RCC_GetSysClkSource()
uint32_t
all items filtered out