Home
last modified time | relevance | path

Searched refs:UTILS_IsPLLsReady (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_utils.c252 static ErrorStatus UTILS_IsPLLsReady(void);
534 if(UTILS_IsPLLsReady() == SUCCESS) in LL_PLL_ConfigSystemClock_HSI()
630 if(UTILS_IsPLLsReady() == SUCCESS) in LL_PLL_ConfigSystemClock_HSE()
941 static ErrorStatus UTILS_IsPLLsReady(void) function
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_utils.c134 static ErrorStatus UTILS_IsPLLsReady(void);
335 if (UTILS_IsPLLsReady() == SUCCESS) in LL_PLL_ConfigSystemClock_HSE()
513 static ErrorStatus UTILS_IsPLLsReady(void) in UTILS_IsPLLsReady() function