Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c781 uint32_t new_sysclk_frequency; in UTILS_EnablePLLAndSwitchSystem() local
792new_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()