Home
last modified time | relevance | path

Searched refs:AdcDacClockSelection (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dstm32u5xx_hal_msp.c104 .AdcDacClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dstm32h5xx_hal_msp.c155 .AdcDacClockSelection = 0,
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc_ex.c585 assert_param(IS_RCC_ADCDACCLKSOURCE(pPeriphClkInit->AdcDacClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
587 switch (pPeriphClkInit->AdcDacClockSelection) in HAL_RCCEx_PeriphCLKConfig()
608 __HAL_RCC_ADCDAC_CONFIG(pPeriphClkInit->AdcDacClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1085 pPeriphClkInit->AdcDacClockSelection = __HAL_RCC_GET_ADCDAC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rcc_ex.c1643 assert_param(IS_RCC_ADCDACCLKSOURCE(pPeriphClkInit->AdcDacClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1645 switch (pPeriphClkInit->AdcDacClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1673 __HAL_RCC_ADCDAC_CONFIG(pPeriphClkInit->AdcDacClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2755 pPeriphClkInit->AdcDacClockSelection = __HAL_RCC_GET_ADCDAC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc_ex.h226 uint32_t AdcDacClockSelection; /*!< Specifies ADC1, ADC4 and DAC interface clock source. member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc_ex.h313 uint32_t AdcDacClockSelection; /*!< Specifies ADC1, ADC2 and DAC interface clock source. member