Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c73 static uint32_t RCCEx_GetI2CCLKFreq(uint32_t I2CxSource);
2637 frequency = RCCEx_GetI2CCLKFreq(LL_RCC_I2C1_CLKSOURCE); in HAL_RCCEx_GetPeriphCLKFreq()
2641 frequency = RCCEx_GetI2CCLKFreq(LL_RCC_I2C2_CLKSOURCE); in HAL_RCCEx_GetPeriphCLKFreq()
2645 frequency = RCCEx_GetI2CCLKFreq(LL_RCC_I2C3_CLKSOURCE); in HAL_RCCEx_GetPeriphCLKFreq()
2649 frequency = RCCEx_GetI2CCLKFreq(LL_RCC_I2C4_CLKSOURCE); in HAL_RCCEx_GetPeriphCLKFreq()
4194 static uint32_t RCCEx_GetI2CCLKFreq(uint32_t I2CxSource) in RCCEx_GetI2CCLKFreq() function