Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c1978 if (LL_RCC_IC14_IsEnabled() != 0U) in LL_RCC_GetLPUARTClockFreq()
2859 if (LL_RCC_IC14_IsEnabled() != 0U) in LL_RCC_GetSPIClockFreq()
3012 if (LL_RCC_IC14_IsEnabled() != 0U) in LL_RCC_GetUARTClockFreq()
3159 if (LL_RCC_IC14_IsEnabled() != 0U) in LL_RCC_GetUSARTClockFreq()
Dstm32n6xx_hal_rcc_ex.c4576 if (LL_RCC_IC14_IsEnabled() != 0U) in RCCEx_GetLPUARTCLKFreq()
5349 if (LL_RCC_IC14_IsEnabled() != 0U) in RCCEx_GetSPICLKFreq()
5499 if (LL_RCC_IC14_IsEnabled() != 0U) in RCCEx_GetUARTCLKFreq()
5643 if (LL_RCC_IC14_IsEnabled() != 0U) in RCCEx_GetUSARTCLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h7419 __STATIC_INLINE uint32_t LL_RCC_IC14_IsEnabled(void) in LL_RCC_IC14_IsEnabled() function