Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c570 assert_param(IS_RCC_I2C6CLKSOURCE(pPeriphClkInit->I2c6ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
573 __HAL_RCC_I2C6_CONFIG(pPeriphClkInit->I2c6ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1398 pPeriphClkInit->I2c6ClockSelection = __HAL_RCC_GET_I2C6_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h200 uint32_t I2c6ClockSelection; /*!< Specifies I2C6 clock source. member