Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_utils.c380 uint32_t msi_range; in LL_PLL_ConfigSystemClock_MSI() local
392 msi_range = LL_RCC_MSI_GetRange(); in LL_PLL_ConfigSystemClock_MSI()
393 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
418 msi_range = LL_RCC_MSI_GetRangeAfterStandby(); in LL_PLL_ConfigSystemClock_MSI()
419 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
439 pllrfreq = UTILS_GetPLLOutputFrequency(__LL_RCC_CALC_MSI_FREQ(range_sel, msi_range), in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c488 uint32_t msi_range; in LL_PLL_ConfigSystemClock_MSI() local
497 msi_range = LL_RCC_MSIS_GetRange(); in LL_PLL_ConfigSystemClock_MSI()
498 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
526 msi_range = LL_RCC_MSIS_GetRangeAfterStandby(); in LL_PLL_ConfigSystemClock_MSI()
527 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
547 … UTILS_GetPLLOutputFrequency(__LL_RCC_CALC_MSIS_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), msi_range), in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_utils.c373 uint32_t pllfreq, msi_range; in LL_PLL_ConfigSystemClock_MSI() local
382 msi_range = LL_RCC_MSI_GetRange(); in LL_PLL_ConfigSystemClock_MSI()
383 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
407 msi_range = LL_RCC_MSI_GetRangeAfterStandby(); in LL_PLL_ConfigSystemClock_MSI()
408 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
427 …= UTILS_GetPLLOutputFrequency(__LL_RCC_CALC_MSI_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), msi_range), in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_utils.c448 uint32_t pllfreq, msi_range; in LL_PLL_ConfigSystemClock_MSI() local
460 msi_range = LL_RCC_MSI_GetRange(); in LL_PLL_ConfigSystemClock_MSI()
461 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
485 msi_range = LL_RCC_MSI_GetRangeAfterStandby(); in LL_PLL_ConfigSystemClock_MSI()
486 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
505 …= UTILS_GetPLLOutputFrequency(__LL_RCC_CALC_MSI_FREQ(LL_RCC_MSI_IsEnabledRangeSelect(), msi_range), in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_utils.c276 uint32_t msi_range = 0U; in LL_PLL_ConfigSystemClock_MSI() local
282 msi_range = LL_RCC_MSI_GetRange(); in LL_PLL_ConfigSystemClock_MSI()
283 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
311 … pllrfreq = UTILS_GetPLLOutputFrequency(__LL_RCC_CALC_MSI_FREQ(LL_RCC_MSIRANGESEL_RUN, msi_range), in LL_PLL_ConfigSystemClock_MSI()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_utils.c374 uint32_t pllrfreq, hclk2freq, msi_range; in LL_PLL_ConfigSystemClock_MSI() local
380 msi_range = LL_RCC_MSI_GetRange(); in LL_PLL_ConfigSystemClock_MSI()
381 switch (msi_range) in LL_PLL_ConfigSystemClock_MSI()
410 … pllrfreq = UTILS_GetPLLOutputFrequency(__LL_RCC_CALC_MSI_FREQ(msi_range), UTILS_PLLInitStruct); in LL_PLL_ConfigSystemClock_MSI()