Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c183 static ErrorStatus UTILS_IsPLLsNotBusy(void);
358 if (UTILS_IsPLLsNotBusy() == SUCCESS) in LL_PLL_ConfigSystemClock_HSI()
449 if (UTILS_IsPLLsNotBusy() == SUCCESS) in LL_PLL_ConfigSystemClock_CSI()
547 if (UTILS_IsPLLsNotBusy() == SUCCESS) in LL_PLL_ConfigSystemClock_HSE()
740 static ErrorStatus UTILS_IsPLLsNotBusy(void) in UTILS_IsPLLsNotBusy() function