Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c2333 if (LL_RCC_PLL2_IsEnabledBypass() == 0U) in RCC_IC_CheckPLLSources()
2378 if (LL_RCC_PLL2_IsEnabledBypass() == 0U) in RCC_IC_CheckPLLSources()
Dstm32n6xx_hal_rcc_ex.c2904 else if (LL_RCC_PLL2_IsEnabledBypass() != 0U) in HAL_RCCEx_GetPLL2CLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h5392 __STATIC_INLINE uint32_t LL_RCC_PLL2_IsEnabledBypass(void) in LL_RCC_PLL2_IsEnabledBypass() function