Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rcc.c1949 if (LL_RCC_IC9_IsEnabled() != 0U) in LL_RCC_GetLPUARTClockFreq()
2829 if (LL_RCC_IC9_IsEnabled() != 0U) in LL_RCC_GetSPIClockFreq()
2979 if (LL_RCC_IC9_IsEnabled() != 0U) in LL_RCC_GetUARTClockFreq()
3126 if (LL_RCC_IC9_IsEnabled() != 0U) in LL_RCC_GetUSARTClockFreq()
Dstm32n6xx_hal_rcc_ex.c4547 if (LL_RCC_IC9_IsEnabled() != 0U) in RCCEx_GetLPUARTCLKFreq()
5319 if (LL_RCC_IC9_IsEnabled() != 0U) in RCCEx_GetSPICLKFreq()
5466 if (LL_RCC_IC9_IsEnabled() != 0U) in RCCEx_GetUARTCLKFreq()
5610 if (LL_RCC_IC9_IsEnabled() != 0U) in RCCEx_GetUSARTCLKFreq()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h7019 __STATIC_INLINE uint32_t LL_RCC_IC9_IsEnabled(void) in LL_RCC_IC9_IsEnabled() function