Home
last modified time | relevance | path

Searched refs:LL_RCC_RC64MPLL_IsReady (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc.c218 while (LL_RCC_RC64MPLL_IsReady() != 0U) in HAL_RCC_DeInit()
600 while (LL_RCC_RC64MPLL_IsReady() == 0) in HAL_RCC_ClockConfig()
Dstm32wb0x_ll_rcc.c99 while (LL_RCC_RC64MPLL_IsReady() != 0U) in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_rcc.h1120 #define __HAL_RCC_RC64MPLL_READYFLAG() LL_RCC_RC64MPLL_IsReady()
Dstm32wb0x_ll_rcc.h1493 __STATIC_INLINE uint32_t LL_RCC_RC64MPLL_IsReady(void) in LL_RCC_RC64MPLL_IsReady() function