Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h858 #define RCC_I2C2CLKSOURCE_CSI (RCC_CCIPR4_I2C2SEL_1 | RCC_CCIPR4_I2C2SEL_0) macro
3441 ((__SOURCE__) == RCC_I2C2CLKSOURCE_CSI))
3454 ((__SOURCE__) == RCC_I2C2CLKSOURCE_CSI))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h851 #define RCC_I2C2CLKSOURCE_CSI RCC_I2C1235CLKSOURCE_CSI macro
856 #define RCC_I2C2CLKSOURCE_CSI RCC_I2C123CLKSOURCE_CSI macro
4112 ((SOURCE) == RCC_I2C2CLKSOURCE_CSI))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c981 case RCC_I2C2CLKSOURCE_CSI: /* CSI clock is used as source of I2C2 clock*/ in HAL_RCCEx_PeriphCLKConfig()
4084 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_I2C2CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()