Lines Matching refs:PLLM
380 assert_param(IS_LL_UTILS_PLLM_VALUE(UTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_CSI()
387 vcoinput_freq = CSI_VALUE / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_CSI()
396 …vcooutput_freq = LL_RCC_CalcPLLClockFreq(CSI_VALUE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_CSI()
419 …LL_RCC_PLL1_ConfigDomain_SYS(LL_RCC_PLL1SOURCE_CSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_CSI()
471 assert_param(IS_LL_UTILS_PLLM_VALUE(UTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSI()
480 vcoinput_freq = hsi_clk / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSI()
489 …vcooutput_freq = LL_RCC_CalcPLLClockFreq(hsi_clk, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI()
512 …LL_RCC_PLL1_ConfigDomain_SYS(LL_RCC_PLL1SOURCE_HSI, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSI()
565 assert_param(IS_LL_UTILS_PLLM_VALUE(UTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSE()
574 vcoinput_freq = HSEFrequency / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSE()
583 …vcooutput_freq = LL_RCC_CalcPLLClockFreq(HSEFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStr… in LL_PLL_ConfigSystemClock_HSE()
623 …LL_RCC_PLL1_ConfigDomain_SYS(LL_RCC_PLL1SOURCE_HSE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_HSE()
847 assert_param(IS_LL_UTILS_PLLM_VALUE(UTILS_PLLInitStruct->PLLM)); in UTILS_GetPLLOutputFrequency()
854 pllfreq = PLL_InputFrequency / (UTILS_PLLInitStruct->PLLM); in UTILS_GetPLLOutputFrequency()