Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c74 static uint32_t RCCEx_GetI3CCLKFreq(uint32_t I3CxSource);
2653 frequency = RCCEx_GetI3CCLKFreq(LL_RCC_I3C1_CLKSOURCE); in HAL_RCCEx_GetPeriphCLKFreq()
2657 frequency = RCCEx_GetI3CCLKFreq(LL_RCC_I3C2_CLKSOURCE); in HAL_RCCEx_GetPeriphCLKFreq()
4315 static uint32_t RCCEx_GetI3CCLKFreq(uint32_t I3CxSource) in RCCEx_GetI3CCLKFreq() function