STM32F439xx HAL User Manual
Functions
ADC Private Functions
ADC | ADC Exported Functions

Functions

static void ADC_Init (ADC_HandleTypeDef *hadc)
 Initializes the ADCx peripheral according to the specified parameters in the ADC_InitStruct without initializing the ADC MSP.
static void ADC_DMAConvCplt (DMA_HandleTypeDef *hdma)
 DMA transfer complete callback.
static void ADC_DMAError (DMA_HandleTypeDef *hdma)
 DMA error callback.
static void ADC_DMAHalfConvCplt (DMA_HandleTypeDef *hdma)
 DMA half transfer complete callback.

Function Documentation

static void ADC_DMAConvCplt ( DMA_HandleTypeDef hdma) [static]
static void ADC_DMAError ( 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 1675 of file stm32f4xx_hal_adc.c.

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

Referenced by HAL_ADC_Start_DMA().

static void ADC_DMAHalfConvCplt ( 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 1662 of file stm32f4xx_hal_adc.c.

References HAL_ADC_ConvHalfCpltCallback().

Referenced by HAL_ADC_Start_DMA().

static void ADC_Init ( ADC_HandleTypeDef hadc) [static]