Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc_ex.h360 #define RCC_I2C12CLKSOURCE_CSI (RCC_I2C12CKSELR_I2C12SRC_1 | RCC_I2C12CKSELR_I2C12SRC_0) macro
366 ((SOURCE) == RCC_I2C12CLKSOURCE_CSI))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c2113 case RCC_I2C12CLKSOURCE_CSI: in HAL_RCCEx_GetPeriphCLKFreq()