Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_utils.c170 LL_UTILS_PLLInitTypeDef *UTILS_PLL2InitStruct);
484 LL_UTILS_PLLInitTypeDef *UTILS_PLL2InitStruct, in LL_PLL_ConfigSystemClock_PLL2() argument
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()
510 pllfrequency = UTILS_GetPLL2OutputFrequency(pllfrequency, UTILS_PLL2InitStruct); in LL_PLL_ConfigSystemClock_PLL2()
618 …GetPLL2OutputFrequency(uint32_t PLL2_InputFrequency, LL_UTILS_PLLInitTypeDef *UTILS_PLL2InitStruct) in UTILS_GetPLL2OutputFrequency() argument
623 assert_param(IS_LL_UTILS_PLL2MUL_VALUE(UTILS_PLL2InitStruct->PLLMul)); in UTILS_GetPLL2OutputFrequency()
624 assert_param(IS_LL_UTILS_PREDIV2_VALUE(UTILS_PLL2InitStruct->Prediv)); in UTILS_GetPLL2OutputFrequency()
627 … = __LL_RCC_CALC_PLL2CLK_FREQ(PLL2_InputFrequency, UTILS_PLL2InitStruct->PLLMul, UTILS_PLL2InitStr… in UTILS_GetPLL2OutputFrequency()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_utils.h248 … LL_UTILS_PLLInitTypeDef *UTILS_PLL2InitStruct, LL_UTILS_ClkInitTypeDef *UTILS_ClkInitStruct);