Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c1541 if (LL_RCC_IC4_IsEnabled() != 0U) in LL_RCC_GetFMCClockFreq()
2570 if (LL_RCC_IC4_IsEnabled() != 0U) in LL_RCC_GetSDMMCClockFreq()
3291 if (LL_RCC_IC4_IsEnabled() != 0U) in LL_RCC_GetXSPIClockFreq()
Dstm32n6xx_hal_rcc_ex.c4148 if (LL_RCC_IC4_IsEnabled() != 0U) in RCCEx_GetFMCCLKFreq()
5066 if (LL_RCC_IC4_IsEnabled() != 0U) in RCCEx_GetSDMMCCLKFreq()
5897 if (LL_RCC_IC4_IsEnabled() != 0U) in RCCEx_GetXSPICLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h6619 __STATIC_INLINE uint32_t LL_RCC_IC4_IsEnabled(void) in LL_RCC_IC4_IsEnabled() function