STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Functions | |
static void | ADC_MultiModeDMAConvCplt (DMA_HandleTypeDef *hdma) |
DMA transfer complete callback. | |
static void | ADC_MultiModeDMAError (DMA_HandleTypeDef *hdma) |
DMA error callback. | |
static void | ADC_MultiModeDMAHalfConvCplt (DMA_HandleTypeDef *hdma) |
DMA half transfer complete callback. | |
|
static |
#include <stm32f4xx_hal_adc_ex.c>
DMA transfer complete callback.
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
None |
Definition at line 1028 of file stm32f4xx_hal_adc_ex.c.
References __HAL_ADC_DISABLE_IT, ADC_IS_SOFTWARE_START_REGULAR, ADC_IT_EOC, ADC_InitTypeDef::ContinuousConvMode, ADC_HandleTypeDef::DMA_Handle, HAL_ADC_ConvCpltCallback(), HAL_ADC_STATE_ERROR_DMA, HAL_ADC_STATE_ERROR_INTERNAL, HAL_ADC_STATE_INJ_BUSY, HAL_ADC_STATE_READY, HAL_ADC_STATE_REG_BUSY, HAL_ADC_STATE_REG_EOC, HAL_IS_BIT_CLR, ADC_HandleTypeDef::Init, ADC_HandleTypeDef::Instance, ADC_HandleTypeDef::State, and __DMA_HandleTypeDef::XferErrorCallback.
Referenced by HAL_ADCEx_MultiModeStart_DMA().
|
static |
#include <stm32f4xx_hal_adc_ex.c>
DMA error callback.
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
None |
Definition at line 1094 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 |
#include <stm32f4xx_hal_adc_ex.c>
DMA half transfer complete callback.
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
None |
Definition at line 1081 of file stm32f4xx_hal_adc_ex.c.
References HAL_ADC_ConvHalfCpltCallback().
Referenced by HAL_ADCEx_MultiModeStart_DMA().