Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1276 assert_param(IS_RCC_I2C1235CLKSOURCE(PeriphClkInit->I2c1235ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1278 if ((PeriphClkInit->I2c1235ClockSelection) == RCC_I2C1235CLKSOURCE_PLL3) in HAL_RCCEx_PeriphCLKConfig()
1286 __HAL_RCC_I2C1235_CONFIG(PeriphClkInit->I2c1235ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1767 PeriphClkInit->I2c1235ClockSelection = __HAL_RCC_GET_I2C1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h229 uint32_t I2c1235ClockSelection; /*!< Specifies I2C1/2/3/5 clock source member
284 #define I2c123ClockSelection I2c1235ClockSelection
286 #define I2c1235ClockSelection I2c123ClockSelection macro