Home
last modified time | relevance | path

Searched refs:LL_RCC_GetCpuClkSource (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c598 while (LL_RCC_GetCpuClkSource() != LL_RCC_CPU_CLKSOURCE_STATUS_IC1) in UTILS_EnablePLL1AndSwitchSystem()
Dstm32n6xx_hal_rcc.c370 cpuclksrc = LL_RCC_GetCpuClkSource(); in HAL_RCC_OscConfig()
1352 switch (LL_RCC_GetCpuClkSource()) in HAL_RCC_GetCpuClockFreq()
Dstm32n6xx_ll_rcc.c367 switch (LL_RCC_GetCpuClkSource()) in LL_RCC_GetCpuClockFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h4022 #define __HAL_RCC_GET_CPUCLK_SOURCE() LL_RCC_GetCpuClkSource()
Dstm32n6xx_ll_rcc.h2319 __STATIC_INLINE uint32_t LL_RCC_GetCpuClkSource(void) in LL_RCC_GetCpuClkSource() function