Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h843 #define RCC_I2C1CLKSOURCE_CSI (RCC_CCIPR4_I2C1SEL_1 | RCC_CCIPR4_I2C1SEL_0) macro
3435 ((__SOURCE__) == RCC_I2C1CLKSOURCE_CSI))
3448 ((__SOURCE__) == RCC_I2C1CLKSOURCE_CSI))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h832 #define RCC_I2C1CLKSOURCE_CSI RCC_I2C1235CLKSOURCE_CSI macro
837 #define RCC_I2C1CLKSOURCE_CSI RCC_I2C123CLKSOURCE_CSI macro
4107 ((SOURCE) == RCC_I2C1CLKSOURCE_CSI))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c931 case RCC_I2C1CLKSOURCE_CSI: /* CSI clock is used as source of I2C1 clock*/ in HAL_RCCEx_PeriphCLKConfig()
4048 else if ((HAL_IS_BIT_SET(RCC->CR, RCC_CR_CSIRDY)) && (srcclk == RCC_I2C1CLKSOURCE_CSI)) in HAL_RCCEx_GetPeriphCLKFreq()