HAL + 0/4 examples
SourceVu will show references to __HAL_RCC_GET_SYSCLK_SOURCE from the following samples and libraries:
Examples
STM324x9I_EVAL
Applications
USB_Device
STM324xG_EVAL
Applications
USB_Device
STM32F413ZH-Nucleo
Applications
USB_Device
STM32F429ZI-Nucleo
Applications
USB_Device
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

The clock source used as system clock. The returned value can be one of the following: - RCC_SYSCLKSOURCE_STATUS_HSI: HSI used as system clock. - RCC_SYSCLKSOURCE_STATUS_HSE: HSE used as system clock. - RCC_SYSCLKSOURCE_STATUS_PLLCLK: PLL used as system clock. - RCC_SYSCLKSOURCE_STATUS_PLLRCLK: PLLR used as system clock. This parameter is available only for STM32F446xx devices.

References

from examples