Searched refs:new_sysclk_frequency (Results 1 – 1 of 1) sorted by relevance
781 uint32_t new_sysclk_frequency; in UTILS_EnablePLLAndSwitchSystem() local792 …new_sysclk_frequency = LL_RCC_CALC_SYSCLK_FREQ(SYSCLK_Frequency, UTILS_ClkInitStruct->SYSCLKDivide… in UTILS_EnablePLLAndSwitchSystem()793 …new_hclk_frequency = LL_RCC_CALC_HCLK_FREQ(new_sysclk_frequency, UTILS_ClkInitStruct->AHBCLKDivide… in UTILS_EnablePLLAndSwitchSystem()796 if (SystemCoreClock < new_sysclk_frequency) in UTILS_EnablePLLAndSwitchSystem()840 if (SystemCoreClock > new_sysclk_frequency) in UTILS_EnablePLLAndSwitchSystem()849 LL_SetSystemCoreClock(new_sysclk_frequency); in UTILS_EnablePLLAndSwitchSystem()