Searched refs:LL_RCC_PLL4_IsReady (Results 1 – 3 of 3) sorted by relevance
258 while (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_DeInit()813 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetI2CClockFreq()882 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetSAIClockFreq()956 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetSPIClockFreq()998 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetSPIClockFreq()1101 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetUARTClockFreq()1170 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetSDMMCClockFreq()1215 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetETHClockFreq()1269 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetQSPIClockFreq()1318 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetFMCClockFreq()[all …]
539 if (LL_RCC_PLL4_IsReady() != 0U) in UTILS_IsPLLsReady()597 while (LL_RCC_PLL4_IsReady() != 1U) in UTILS_EnablePLLAndSwitchSystem()
4919 __STATIC_INLINE uint32_t LL_RCC_PLL4_IsReady(void) in LL_RCC_PLL4_IsReady() function