Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc_ex.c626 assert_param(IS_RCC_ADCCLKSOURCE(PeriphClkInit->AdcClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
629 __HAL_RCC_ADC_CONFIG(PeriphClkInit->AdcClockSelection); in HAL_RCCEx_PeriphCLKConfig()
631 if (PeriphClkInit->AdcClockSelection == RCC_ADCCLKSOURCE_PLLSAI1) in HAL_RCCEx_PeriphCLKConfig()
777 PeriphClkInit->AdcClockSelection = __HAL_RCC_GET_ADC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc_ex.h170 uint32_t AdcClockSelection; /*!< Specifies ADC interface clock source. member