Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_utils.c275 uint32_t vcoinput_freq, vcooutput_freq; in LL_PLL_ConfigSystemClock_HSE() local
301 vcooutput_freq = (LL_RCC_CalcPLLClockFreq( in LL_PLL_ConfigSystemClock_HSE()
307 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLL_1600_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
309 vcooutput_freq = (LL_RCC_CalcPLLClockFreq( in LL_PLL_ConfigSystemClock_HSE()
315 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLL_1600_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
317 vcooutput_freq = LL_RCC_CalcPLLClockFreq( in LL_PLL_ConfigSystemClock_HSE()
323 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLL_800_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
325 vcooutput_freq = LL_RCC_CalcPLLClockFreq( in LL_PLL_ConfigSystemClock_HSE()
331 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLL_800_TYPE)); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c328 uint32_t vcooutput_freq; in LL_PLL_ConfigSystemClock_HSI() local
349vcooutput_freq = LL_RCC_CalcPLLClockFreq(hsi_clk, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI()
351 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_HSI()
422 uint32_t vcooutput_freq; in LL_PLL_ConfigSystemClock_CSI() local
440vcooutput_freq = LL_RCC_CalcPLLClockFreq(CSI_VALUE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_CSI()
442 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_CSI()
518 uint32_t vcooutput_freq; in LL_PLL_ConfigSystemClock_HSE() local
538vcooutput_freq = LL_RCC_CalcPLLClockFreq(HSEFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStr… in LL_PLL_ConfigSystemClock_HSE()
540 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_utils.c375 uint32_t vcooutput_freq; in LL_PLL_ConfigSystemClock_CSI() local
396vcooutput_freq = LL_RCC_CalcPLLClockFreq(CSI_VALUE, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct… in LL_PLL_ConfigSystemClock_CSI()
400 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_CSI()
465 uint32_t vcooutput_freq; in LL_PLL_ConfigSystemClock_HSI() local
489vcooutput_freq = LL_RCC_CalcPLLClockFreq(hsi_clk, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI()
493 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_HSI()
560 uint32_t vcooutput_freq; in LL_PLL_ConfigSystemClock_HSE() local
583vcooutput_freq = LL_RCC_CalcPLLClockFreq(HSEFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStr… in LL_PLL_ConfigSystemClock_HSE()
587 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_HSE()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_utils.c506 uint32_t vcoinput_freq, vcooutput_freq; in LL_PLL_ConfigSystemClock_HSI() local
526vcooutput_freq = UTILS_CalcPLLClockFreq(hsi_clk, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->P… in LL_PLL_ConfigSystemClock_HSI()
528 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_HSI()
602 uint32_t vcoinput_freq, vcooutput_freq; in LL_PLL_ConfigSystemClock_HSE() local
622vcooutput_freq = UTILS_CalcPLLClockFreq(HSEFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStru… in LL_PLL_ConfigSystemClock_HSE()
624 assert_param(IS_LL_UTILS_PLLVCO_OUTPUT(vcooutput_freq, UTILS_PLLInitStruct->VCO_Output)); in LL_PLL_ConfigSystemClock_HSE()