Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c705 assert_param(IS_RCC_ADCDACCLKSOURCE(pPeriphClkInit->AdcDacClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
707 switch (pPeriphClkInit->AdcDacClockSelection) in HAL_RCCEx_PeriphCLKConfig()
728 __HAL_RCC_ADCDAC_CONFIG(pPeriphClkInit->AdcDacClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1439 pPeriphClkInit->AdcDacClockSelection = __HAL_RCC_GET_ADCDAC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1639 assert_param(IS_RCC_ADCDACCLKSOURCE(pPeriphClkInit->AdcDacClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1641 switch (pPeriphClkInit->AdcDacClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1669 __HAL_RCC_ADCDAC_CONFIG(pPeriphClkInit->AdcDacClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2699 pPeriphClkInit->AdcDacClockSelection = __HAL_RCC_GET_ADCDAC_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h244 uint32_t AdcDacClockSelection; /*!< Specifies ADC1, ADC4 and DAC interface clock source. member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h306 uint32_t AdcDacClockSelection; /*!< Specifies ADC1, ADC2 and DAC interface clock source. member