STM32F439xx HAL User Manual
Modules | Functions
ADC Exported Functions
ADCEx

Modules

 Extended features functions
 

Extended features functions.


Functions

static void ADC_MultiModeDMAConvCplt (DMA_HandleTypeDef *hdma)
 DMA transfer complete callback.
static void ADC_MultiModeDMAHalfConvCplt (DMA_HandleTypeDef *hdma)
 DMA half transfer complete callback.
static void ADC_MultiModeDMAError (DMA_HandleTypeDef *hdma)
 DMA error callback.

Function Documentation

static void ADC_MultiModeDMAConvCplt ( DMA_HandleTypeDef hdma) [static]
static void ADC_MultiModeDMAError ( DMA_HandleTypeDef hdma) [static]

DMA error callback.

Parameters:
hdmapointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values:
None

Definition at line 1092 of file stm32f4xx_hal_adc_ex.c.

References ADC_HandleTypeDef::ErrorCode, HAL_ADC_ERROR_DMA, HAL_ADC_ErrorCallback(), HAL_ADC_STATE_ERROR_DMA, and ADC_HandleTypeDef::State.

Referenced by HAL_ADCEx_MultiModeStart_DMA().

static void ADC_MultiModeDMAHalfConvCplt ( DMA_HandleTypeDef hdma) [static]

DMA half transfer complete callback.

Parameters:
hdmapointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module.
Return values:
None

Definition at line 1079 of file stm32f4xx_hal_adc_ex.c.

References HAL_ADC_ConvHalfCpltCallback().

Referenced by HAL_ADCEx_MultiModeStart_DMA().