Searched refs:RCC_PLL_Source_IsReady (Results 1 – 1 of 1) sorted by relevance
132 static uint32_t RCC_PLL_Source_IsReady(uint32_t PLLSource);2112 if (RCC_PLL_Source_IsReady(pPLLInit->PLLSource) == 1U) in RCC_PLL_Config()2272 static uint32_t RCC_PLL_Source_IsReady(uint32_t PLLSource) in RCC_PLL_Source_IsReady() function