Home
last modified time | relevance | path

Searched refs:I2c2ClockSelection (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dstm32u5xx_hal_msp.c89 .I2c2ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c112 .I2c2ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c495 assert_param(IS_RCC_I2C2CLKSOURCE(PeriphClkInit->I2c2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
498 __HAL_RCC_I2C2_CONFIG(PeriphClkInit->I2c2ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
736 PeriphClkInit->I2c2ClockSelection = __HAL_RCC_GET_I2C2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c433 assert_param(IS_RCC_I2C2CLKSOURCE(pPeriphClkInit->I2c2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
436 __HAL_RCC_I2C2_CONFIG(pPeriphClkInit->I2c2ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1043 pPeriphClkInit->I2c2ClockSelection = __HAL_RCC_GET_I2C2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c965 assert_param(IS_RCC_I2C2CLKSOURCE(pPeriphClkInit->I2c2ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
967 switch (pPeriphClkInit->I2c2ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1002 __HAL_RCC_I2C2_CONFIG(pPeriphClkInit->I2c2ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2680 pPeriphClkInit->I2c2ClockSelection = __HAL_RCC_GET_I2C2_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h181 uint32_t I2c2ClockSelection; /*!< Specifies I2C2 clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h130 uint32_t I2c2ClockSelection; /*!< Specifies I2C2 clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h235 uint32_t I2c2ClockSelection; /*!< Specifies I2C2 clock source. member