Home
last modified time | relevance | path

Searched refs:LL_RCC_PLL4_IsReady (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c258 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 …]
Dstm32mp1xx_ll_utils.c539 if (LL_RCC_PLL4_IsReady() != 0U) in UTILS_IsPLLsReady()
597 while (LL_RCC_PLL4_IsReady() != 1U) in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h4919 __STATIC_INLINE uint32_t LL_RCC_PLL4_IsReady(void) in LL_RCC_PLL4_IsReady() function