Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dstm32u5xx_hal_msp.c91 .I2c4ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c117 .I2c4ClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c515 assert_param(IS_RCC_I2C4CLKSOURCE(PeriphClkInit->I2c4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
518 __HAL_RCC_I2C4_CONFIG(PeriphClkInit->I2c4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
742 PeriphClkInit->I2c4ClockSelection = __HAL_RCC_GET_I2C4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c453 assert_param(IS_RCC_I2C4CLKSOURCE(pPeriphClkInit->I2c4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
456 __HAL_RCC_I2C4_CONFIG(pPeriphClkInit->I2c4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1049 pPeriphClkInit->I2c4ClockSelection = __HAL_RCC_GET_I2C4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c1062 assert_param(IS_RCC_I2C4CLKSOURCE(pPeriphClkInit->I2c4ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1064 switch (pPeriphClkInit->I2c4ClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1093 __HAL_RCC_I2C4_CONFIG(pPeriphClkInit->I2c4ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2689 pPeriphClkInit->I2c4ClockSelection = __HAL_RCC_GET_I2C4_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h187 uint32_t I2c4ClockSelection; /*!< Specifies I2C4 clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h136 uint32_t I2c4ClockSelection; /*!< Specifies I2C4 clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h244 uint32_t I2c4ClockSelection; /*!< Specifies I2C4 clock source. member