Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1293 assert_param(IS_RCC_I2C123CLKSOURCE(PeriphClkInit->I2c123ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1295 if ((PeriphClkInit->I2c123ClockSelection) == RCC_I2C123CLKSOURCE_PLL3) in HAL_RCCEx_PeriphCLKConfig()
1303 __HAL_RCC_I2C123_CONFIG(PeriphClkInit->I2c123ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1770 PeriphClkInit->I2c123ClockSelection = __HAL_RCC_GET_I2C1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h232 uint32_t I2c123ClockSelection; /*!< Specifies I2C1/2/3 clock source member
284 #define I2c123ClockSelection I2c1235ClockSelection macro
286 #define I2c1235ClockSelection I2c123ClockSelection