Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c331 uint32_t hsi_clk; in LL_PLL_ConfigSystemClock_HSI() local
339 hsi_clk = (HSI_VALUE >> (LL_RCC_HSI_GetDivider() >> RCC_CR_HSIDIV_Pos)); in LL_PLL_ConfigSystemClock_HSI()
343 vcoinput_freq = hsi_clk / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSI()
349 …vcooutput_freq = LL_RCC_CalcPLLClockFreq(hsi_clk, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->… in LL_PLL_ConfigSystemClock_HSI()
361 pllfreq = UTILS_GetPLLOutputFrequency(hsi_clk, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_utils.c468 uint32_t hsi_clk; in LL_PLL_ConfigSystemClock_HSI() local
476 hsi_clk = (HSI_VALUE >> (LL_RCC_HSI_GetDivider() >> RCC_CR_HSIDIV_Pos)); 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()
499 pllfreq = UTILS_GetPLLOutputFrequency(hsi_clk, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_utils.c508 uint32_t pllfreq, hsi_clk; in LL_PLL_ConfigSystemClock_HSI() local
516 hsi_clk = (HSI_VALUE >> (LL_RCC_HSI_GetDivider() >> RCC_CR_HSIDIV_Pos)); in LL_PLL_ConfigSystemClock_HSI()
520 vcoinput_freq = hsi_clk / UTILS_PLLInitStruct->PLLM; in LL_PLL_ConfigSystemClock_HSI()
526 …vcooutput_freq = UTILS_CalcPLLClockFreq(hsi_clk, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->P… in LL_PLL_ConfigSystemClock_HSI()
537 pllfreq = UTILS_GetPLLOutputFrequency(hsi_clk, UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_HSI()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c253 uint32_t hsi_clk; in LL_PLL_ConfigSystemClock_HSI() local
262 hsi_clk = (HSI_VALUE >> (LL_RCC_HSI_GetDivider() >> RCC_HSICFGR_HSIDIV_Pos)); in LL_PLL_ConfigSystemClock_HSI()
265 assert_param(IS_LL_UTILS_PLLVCO_INPUT(hsi_clk / pUTILS_PLLInitStruct->PLLM)); in LL_PLL_ConfigSystemClock_HSI()
274 pllfreq = LL_RCC_CalcPLLClockFreq(hsi_clk, pUTILS_PLLInitStruct->PLLM, in LL_PLL_ConfigSystemClock_HSI()