Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c2188 …TypeDef HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, ADC_MultiModeTypeDef *pmultimode) in HAL_ADCEx_MultiModeConfigChannel() argument
2197 assert_param(IS_ADC_MULTIMODE(pmultimode->Mode)); in HAL_ADCEx_MultiModeConfigChannel()
2198 if (pmultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2200 assert_param(IS_ADC_DUAL_DATA_MODE(pmultimode->DualModeData)); in HAL_ADCEx_MultiModeConfigChannel()
2201 assert_param(IS_ADC_SAMPLING_DELAY(pmultimode->TwoSamplingDelay)); in HAL_ADCEx_MultiModeConfigChannel()
2237 if (pmultimode->Mode != ADC_MODE_INDEPENDENT) in HAL_ADCEx_MultiModeConfigChannel()
2239 MODIFY_REG(tmpADC_Common->CCR, ADC_CCR_DAMDF, pmultimode->DualModeData); in HAL_ADCEx_MultiModeConfigChannel()
2257 pmultimode->Mode | in HAL_ADCEx_MultiModeConfigChannel()
2258 pmultimode->TwoSamplingDelay in HAL_ADCEx_MultiModeConfigChannel()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_adc_ex.h1085 … HAL_ADCEx_MultiModeConfigChannel(ADC_HandleTypeDef *hadc, ADC_MultiModeTypeDef *pmultimode);