Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c258 while (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_DeInit()
813 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetI2CClockFreq()
882 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetSAIClockFreq()
956 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetSPIClockFreq()
998 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetSPIClockFreq()
1101 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetUARTClockFreq()
1170 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetSDMMCClockFreq()
1215 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetETHClockFreq()
1269 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetQSPIClockFreq()
1318 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetFMCClockFreq()
[all …]
Dstm32mp1xx_ll_utils.c539 if (LL_RCC_PLL4_IsReady() != 0U) in UTILS_IsPLLsReady()
597 while (LL_RCC_PLL4_IsReady() != 1U) in UTILS_EnablePLLAndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c817 uint32_t pll4_ready = LL_RCC_PLL4_IsReady(); in HAL_RCC_OscConfig()
2349 if (LL_RCC_PLL4_IsReady() == 0U) in RCC_IC_CheckPLLSources()
2394 if (LL_RCC_PLL4_IsReady() == 0U) in RCC_IC_CheckPLLSources()
Dstm32n6xx_ll_rcc.c210 while (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_DeInit()
712 if (LL_RCC_PLL4_IsReady() != 0U) in LL_RCC_GetPLL4ClockFreq()
Dstm32n6xx_hal_rcc_ex.c2977 if (LL_RCC_PLL4_IsReady() != 0U) in HAL_RCCEx_GetPLL4CLKFreq()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h4919 __STATIC_INLINE uint32_t LL_RCC_PLL4_IsReady(void) in LL_RCC_PLL4_IsReady() function
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h6060 __STATIC_INLINE uint32_t LL_RCC_PLL4_IsReady(void) in LL_RCC_PLL4_IsReady() function