Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c2004 uint32_t I3C_frequency = LL_RCC_PERIPH_FREQUENCY_NO; in LL_RCC_GetI3CClockFreq() local
2017 I3C_frequency = RCC_GetPCLK1ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetI3CClockFreq()
2027 I3C_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetI3CClockFreq()
2038 I3C_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetI3CClockFreq()
2047 I3C_frequency = __LL_RCC_CALC_HSI_FREQ(LL_RCC_HSI_GetDivider()); in LL_RCC_GetI3CClockFreq()
2068 I3C_frequency = RCC_GetPCLK3ClockFreq(RCC_GetHCLKClockFreq(RCC_GetSystemClockFreq())); in LL_RCC_GetI3CClockFreq()
2078 I3C_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetI3CClockFreq()
2088 I3C_frequency = PLL_Clocks.PLL_R_Frequency; in LL_RCC_GetI3CClockFreq()
2097 I3C_frequency = __LL_RCC_CALC_HSI_FREQ(LL_RCC_HSI_GetDivider()); in LL_RCC_GetI3CClockFreq()
2116 return I3C_frequency; in LL_RCC_GetI3CClockFreq()