Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_utils.c551 if (LL_RCC_MSIS_IsReady() != 1U) in LL_PLL_ConfigSystemClock_MSI()
554 while ((LL_RCC_MSIS_IsReady() != 1U)) in LL_PLL_ConfigSystemClock_MSI()
Dstm32u5xx_ll_rcc.c185 while (LL_RCC_MSIS_IsReady() == 0U) in LL_RCC_DeInit()
1280 if (LL_RCC_MSIS_IsReady() == 1U) in LL_RCC_GetSDMMCClockFreq()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h2072 __STATIC_INLINE uint32_t LL_RCC_MSIS_IsReady(void) in LL_RCC_MSIS_IsReady() function
2076 #define LL_RCC_MSI_IsReady LL_RCC_MSIS_IsReady /*!< alias define for compatibility with legacy c…