Lines Matching refs:FRACN
337 assert_param(IS_LL_UTILS_FRACN_VALUE(UTILS_PLLInitStruct->FRACN)); in LL_PLL_ConfigSystemClock_HSI()
350 UTILS_PLLInitStruct->FRACN, 1UL); in LL_PLL_ConfigSystemClock_HSI()
381 LL_RCC_PLL1_SetFRACN(UTILS_PLLInitStruct->FRACN); in LL_PLL_ConfigSystemClock_HSI()
383 LL_RCC_PLL1_SetFRACN(UTILS_PLLInitStruct->FRACN); in LL_PLL_ConfigSystemClock_HSI()
430 assert_param(IS_LL_UTILS_FRACN_VALUE(UTILS_PLLInitStruct->FRACN)); in LL_PLL_ConfigSystemClock_CSI()
441 UTILS_PLLInitStruct->FRACN, 1UL); in LL_PLL_ConfigSystemClock_CSI()
472 LL_RCC_PLL1_SetFRACN(UTILS_PLLInitStruct->FRACN); in LL_PLL_ConfigSystemClock_CSI()
474 LL_RCC_PLL1_SetFRACN(UTILS_PLLInitStruct->FRACN); in LL_PLL_ConfigSystemClock_CSI()
526 assert_param(IS_LL_UTILS_FRACN_VALUE(UTILS_PLLInitStruct->FRACN)); in LL_PLL_ConfigSystemClock_HSE()
539 UTILS_PLLInitStruct->FRACN, 1U); in LL_PLL_ConfigSystemClock_HSE()
581 LL_RCC_PLL1_SetFRACN(UTILS_PLLInitStruct->FRACN); in LL_PLL_ConfigSystemClock_HSE()
583 LL_RCC_PLL1_SetFRACN(UTILS_PLLInitStruct->FRACN); in LL_PLL_ConfigSystemClock_HSE()
726 assert_param(IS_LL_UTILS_FRACN_VALUE(UTILS_PLLInitStruct->FRACN)); in UTILS_GetPLLOutputFrequency()
729 UTILS_PLLInitStruct->FRACN, UTILS_PLLInitStruct->PLLP); in UTILS_GetPLLOutputFrequency()