Lines Matching refs:PLLSource
132 static uint32_t RCC_PLL_Source_IsReady(uint32_t PLLSource);
1667 pRCC_OscInitStruct->PLL1.PLLSource = (cfgr_value & RCC_PLL1CFGR1_PLL1SEL); in HAL_RCC_GetOscConfig()
1694 pRCC_OscInitStruct->PLL2.PLLSource = (cfgr_value & RCC_PLL2CFGR1_PLL2SEL); in HAL_RCC_GetOscConfig()
1721 pRCC_OscInitStruct->PLL3.PLLSource = (cfgr_value & RCC_PLL3CFGR1_PLL3SEL); in HAL_RCC_GetOscConfig()
1748 pRCC_OscInitStruct->PLL4.PLLSource = (cfgr_value & RCC_PLL4CFGR1_PLL4SEL); in HAL_RCC_GetOscConfig()
2040 assert_param(IS_RCC_PLLSOURCE(pPLLInit->PLLSource)); in RCC_PLL_Config()
2070 (pPLLInit->PLLSource | (pPLLInit->PLLM << RCC_PLL1CFGR1_PLL1DIVM_Pos) \ in RCC_PLL_Config()
2109 assert_param(IS_RCC_PLLSOURCE(pPLLInit->PLLSource)); in RCC_PLL_Config()
2112 if (RCC_PLL_Source_IsReady(pPLLInit->PLLSource) == 1U) in RCC_PLL_Config()
2131 (RCC_PLL1CFGR1_PLL1BYP | pPLLInit->PLLSource)); in RCC_PLL_Config()
2220 (pPLLInit->PLLSource | (pPLLInit->PLLM << RCC_PLL1CFGR1_PLL1DIVM_Pos) \ in RCC_PLL_IsNewConfig()
2272 static uint32_t RCC_PLL_Source_IsReady(uint32_t PLLSource) in RCC_PLL_Source_IsReady() argument
2278 switch (PLLSource) in RCC_PLL_Source_IsReady()