Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_utils.c268 LL_UTILS_PLLsInitTypeDef *UTILS_PLLsInitStruct, in LL_PLL_ConfigSystemClock_HSE() argument
279 UTILS_CheckPLLParameters(&UTILS_PLLsInitStruct->PLL1); in LL_PLL_ConfigSystemClock_HSE()
280 UTILS_CheckPLLParameters(&UTILS_PLLsInitStruct->PLL2); in LL_PLL_ConfigSystemClock_HSE()
281 UTILS_CheckPLLParameters(&UTILS_PLLsInitStruct->PLL3); in LL_PLL_ConfigSystemClock_HSE()
282 UTILS_CheckPLLParameters(&UTILS_PLLsInitStruct->PLL4); in LL_PLL_ConfigSystemClock_HSE()
286 vcoinput_freqPLL3 = HSEFrequency / UTILS_PLLsInitStruct->PLL3.PLLM; in LL_PLL_ConfigSystemClock_HSE()
287 vcoinput_freqPLL4 = HSEFrequency / UTILS_PLLsInitStruct->PLL4.PLLM; in LL_PLL_ConfigSystemClock_HSE()
291 vcoinput_freq = HSEFrequency / UTILS_PLLsInitStruct->PLL1.PLLM; in LL_PLL_ConfigSystemClock_HSE()
294 vcoinput_freq = HSEFrequency / UTILS_PLLsInitStruct->PLL2.PLLM; in LL_PLL_ConfigSystemClock_HSE()
303 UTILS_PLLsInitStruct->PLL1.PLLM, in LL_PLL_ConfigSystemClock_HSE()
[all …]