Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h870 #define RCC_I2C3CLKSOURCE_CSI RCC_I2C1235CLKSOURCE_CSI macro
875 #define RCC_I2C3CLKSOURCE_CSI RCC_I2C123CLKSOURCE_CSI macro
4117 ((SOURCE) == RCC_I2C3CLKSOURCE_CSI))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h870 #define RCC_I2C3CLKSOURCE_CSI (RCC_CCIPR4_I2C3SEL_0 | RCC_CCIPR4_I2C3SEL_1) macro
3464 ((__SOURCE__) == RCC_I2C3CLKSOURCE_CSI))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1026 case RCC_I2C3CLKSOURCE_CSI: /* CSI clock is used as source of I2C3 clock*/ in HAL_RCCEx_PeriphCLKConfig()
4113 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_I2C3CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()