Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c1116 if (LL_RCC_IC15_IsEnabled() != 0U) in LL_RCC_GetCLKPClockFreq()
1647 if (LL_RCC_IC15_IsEnabled() != 0U) in LL_RCC_GetI2CClockFreq()
1763 if (LL_RCC_IC15_IsEnabled() != 0U) in LL_RCC_GetI3CClockFreq()
1860 if (LL_RCC_IC15_IsEnabled() != 0U) in LL_RCC_GetLPTIMClockFreq()
2242 if (LL_RCC_IC15_IsEnabled() != 0U) in LL_RCC_GetOTGPHYClockFreq()
Dstm32n6xx_hal_rcc_ex.c3698 if (LL_RCC_IC15_IsEnabled() != 0U) in RCCEx_GetCLKPCLKFreq()
4251 if (LL_RCC_IC15_IsEnabled() != 0U) in RCCEx_GetI2CCLKFreq()
4364 if (LL_RCC_IC15_IsEnabled() != 0U) in RCCEx_GetI3CCLKFreq()
4458 if (LL_RCC_IC15_IsEnabled() != 0U) in RCCEx_GetLPTIMCLKFreq()
5753 if (LL_RCC_IC15_IsEnabled() != 0U) in RCCEx_GetOTGPHYCLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h7499 __STATIC_INLINE uint32_t LL_RCC_IC15_IsEnabled(void) in LL_RCC_IC15_IsEnabled() function