Searched refs:LL_RCC_GetCpuClkSource (Results 1 – 5 of 5) sorted by relevance
598 while (LL_RCC_GetCpuClkSource() != LL_RCC_CPU_CLKSOURCE_STATUS_IC1) in UTILS_EnablePLL1AndSwitchSystem()
370 cpuclksrc = LL_RCC_GetCpuClkSource(); in HAL_RCC_OscConfig()1352 switch (LL_RCC_GetCpuClkSource()) in HAL_RCC_GetCpuClockFreq()
367 switch (LL_RCC_GetCpuClkSource()) in LL_RCC_GetCpuClockFreq()
4022 #define __HAL_RCC_GET_CPUCLK_SOURCE() LL_RCC_GetCpuClkSource()
2319 __STATIC_INLINE uint32_t LL_RCC_GetCpuClkSource(void) in LL_RCC_GetCpuClkSource() function