Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h393 #define RCC_I2C46CLKSOURCE_PLL3 RCC_I2C46CKSELR_I2C46SRC_0 macro
399 ((SOURCE) == RCC_I2C46CLKSOURCE_PLL3) || \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c705 if ((PeriphClkInit->I2c46ClockSelection) == RCC_I2C46CLKSOURCE_PLL3) in HAL_RCCEx_PeriphCLKConfig()
2852 case RCC_I2C46CLKSOURCE_PLL3: in HAL_RCCEx_GetPeriphCLKFreq()