Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dstm32u5xx_hal_msp.c90 .I2c3ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c114 .I2c3ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c505 assert_param(IS_RCC_I2C3CLKSOURCE(PeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
508 __HAL_RCC_I2C3_CONFIG(PeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
739 PeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c443 assert_param(IS_RCC_I2C3CLKSOURCE(pPeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
446 __HAL_RCC_I2C3_CONFIG(pPeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1046 pPeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c1016 assert_param(IS_RCC_I2C3CLKSOURCE(pPeriphClkInit->I2c3ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1018 switch (pPeriphClkInit->I2c3ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1047 __HAL_RCC_I2C3_CONFIG(pPeriphClkInit->I2c3ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2684 pPeriphClkInit->I2c3ClockSelection = __HAL_RCC_GET_I2C3_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h184 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h133 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h239 uint32_t I2c3ClockSelection; /*!< Specifies I2C3 clock source. member