Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c378 UTILS_PLLInitStruct->Prediv = LL_RCC_PREDIV_DIV_2; in LL_PLL_ConfigSystemClock_HSI()
438 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->Prediv)); in LL_PLL_ConfigSystemClock_HSE()
450 …LL_RCC_PLL_ConfigDomain_SYS((LL_RCC_PLLSOURCE_HSE | UTILS_PLLInitStruct->Prediv), UTILS_PLLInitStr… in LL_PLL_ConfigSystemClock_HSE()
493 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->Prediv)); in LL_PLL_ConfigSystemClock_PLL2()
494 assert_param(IS_LL_UTILS_PREDIV2_VALUE(UTILS_PLL2InitStruct->Prediv)); in LL_PLL_ConfigSystemClock_PLL2()
506 LL_RCC_PLL_ConfigDomain_PLL2(UTILS_PLL2InitStruct->Prediv, UTILS_PLL2InitStruct->PLLMul); in LL_PLL_ConfigSystemClock_PLL2()
507 …LL_RCC_PLL_ConfigDomain_SYS((LL_RCC_PLLSOURCE_PLL2 | UTILS_PLLInitStruct->Prediv), UTILS_PLLInitSt… in LL_PLL_ConfigSystemClock_PLL2()
547 …pllfreq = __LL_RCC_CALC_PLLCLK_FREQ(PLL_InputFrequency / (UTILS_PLLInitStruct->Prediv + 1U), UTILS… in UTILS_GetPLLOutputFrequency()
549 …pllfreq = __LL_RCC_CALC_PLLCLK_FREQ(PLL_InputFrequency / ((UTILS_PLLInitStruct->Prediv >> RCC_CFGR… in UTILS_GetPLLOutputFrequency()
624 assert_param(IS_LL_UTILS_PREDIV2_VALUE(UTILS_PLL2InitStruct->Prediv)); in UTILS_GetPLL2OutputFrequency()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_utils.c322 UTILS_PLLInitStruct->Prediv = LL_RCC_PREDIV_DIV_2; in LL_PLL_ConfigSystemClock_HSI()
394 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->Prediv)); in LL_PLL_ConfigSystemClock_HSE()
425 …LL_RCC_PLL_ConfigDomain_SYS((RCC_CFGR_PLLSRC_HSE_PREDIV | UTILS_PLLInitStruct->Prediv), UTILS_PLLI… in LL_PLL_ConfigSystemClock_HSE()
471 …pllfreq = __LL_RCC_CALC_PLLCLK_FREQ(PLL_InputFrequency / (UTILS_PLLInitStruct->Prediv + 1U), UTILS… in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_utils.c309 UTILS_PLLInitStruct->Prediv = LL_RCC_PREDIV_DIV_2; in LL_PLL_ConfigSystemClock_HSI()
437 assert_param(IS_LL_UTILS_PREDIV_VALUE(UTILS_PLLInitStruct->Prediv)); in LL_PLL_ConfigSystemClock_HSE()
468 …LL_RCC_PLL_ConfigDomain_SYS((RCC_CFGR_PLLSRC_HSE_PREDIV | UTILS_PLLInitStruct->Prediv), UTILS_PLLI… in LL_PLL_ConfigSystemClock_HSE()
514 …pllfreq = __LL_RCC_CALC_PLLCLK_FREQ(PLL_InputFrequency / (UTILS_PLLInitStruct->Prediv + 1U), UTILS… in UTILS_GetPLLOutputFrequency()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_utils.h105 uint32_t Prediv; /*!< Division factor for HSE used as PLL clock source. member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_utils.h110 uint32_t Prediv; /*!< Division factor for HSE used as PLL clock source. member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_utils.h98 uint32_t Prediv; /*!< Division factor for HSE used as PLL clock source. member