Home
last modified time | relevance | path

Searched refs:LL_RCC_SetCpuClkSource (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c597 LL_RCC_SetCpuClkSource(LL_RCC_CPU_CLKSOURCE_IC1); in UTILS_EnablePLL1AndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h4012 #define __HAL_RCC_CPUCLK_CONFIG(__CPUCLKSOURCE__) LL_RCC_SetCpuClkSource((uint32_t)(__CPUCLKSOURCE_…
Dstm32n6xx_ll_rcc.h2305 __STATIC_INLINE void LL_RCC_SetCpuClkSource(uint32_t Source) in LL_RCC_SetCpuClkSource() function