Lines Matching refs:pllfreq
330 uint32_t pllfreq; in LL_PLL_ConfigSystemClock_HSI() local
361 pllfreq = UTILS_GetPLLOutputFrequency(hsi_clk, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI()
386 status = UTILS_EnablePLLAndSwitchSystem(pllfreq, UTILS_ClkInitStruct); in LL_PLL_ConfigSystemClock_HSI()
424 uint32_t pllfreq; in LL_PLL_ConfigSystemClock_CSI() local
452 pllfreq = UTILS_GetPLLOutputFrequency(CSI_VALUE, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_CSI()
477 status = UTILS_EnablePLLAndSwitchSystem(pllfreq, UTILS_ClkInitStruct); in LL_PLL_ConfigSystemClock_CSI()
520 uint32_t pllfreq; in LL_PLL_ConfigSystemClock_HSE() local
550 pllfreq = UTILS_GetPLLOutputFrequency(HSEFrequency, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSE()
587 status = UTILS_EnablePLLAndSwitchSystem(pllfreq, UTILS_ClkInitStruct); in LL_PLL_ConfigSystemClock_HSE()
720 uint32_t pllfreq; in UTILS_GetPLLOutputFrequency() local
728 …pllfreq = LL_RCC_CalcPLLClockFreq(PLL_InputFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStru… in UTILS_GetPLLOutputFrequency()
731 return pllfreq; in UTILS_GetPLLOutputFrequency()