Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h896 #define RCC_I3C1CLKSOURCE_PLL2R RCC_CCIPR4_I3C1SEL_0 macro
3484 ((__SOURCE__) == RCC_I3C1CLKSOURCE_PLL2R) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1112 case RCC_I3C1CLKSOURCE_PLL2R: /* PLL2 is used as clock source for I3C1*/ in HAL_RCCEx_PeriphCLKConfig()
4170 else if (srcclk == RCC_I3C1CLKSOURCE_PLL2R) in HAL_RCCEx_GetPeriphCLKFreq()