Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_utils.c492 if (LL_RCC_PLL_IsReady() != 0U) in UTILS_PLL_IsBusy()
534 while (LL_RCC_PLL_IsReady() != 1U) in UTILS_EnablePLLAndSwitchSystem()
A Dstm32l1xx_ll_rcc.c113 while(LL_RCC_PLL_IsReady() != 0U) {}; in LL_RCC_DeInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_rcc.h1190 __STATIC_INLINE uint32_t LL_RCC_PLL_IsReady(void) in LL_RCC_PLL_IsReady() function

Completed in 7 milliseconds