Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c558 assert_param(IS_RCC_I2C5CLKSOURCE(pPeriphClkInit->I2c5ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
561 __HAL_RCC_I2C5_CONFIG(pPeriphClkInit->I2c5ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1393 pPeriphClkInit->I2c5ClockSelection = __HAL_RCC_GET_I2C5_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h195 uint32_t I2c5ClockSelection; /*!< Specifies I2C5 clock source. member