STM32F479xx HAL User Manual
|
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. |
static void ADC_MultiModeDMAConvCplt | ( | DMA_HandleTypeDef * | hdma | ) | [static] |
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 1026 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, __ADC_HandleTypeDef::Init, __ADC_HandleTypeDef::Instance, __ADC_HandleTypeDef::State, and __DMA_HandleTypeDef::XferErrorCallback.
Referenced by HAL_ADCEx_MultiModeStart_DMA().
static void ADC_MultiModeDMAError | ( | DMA_HandleTypeDef * | hdma | ) | [static] |
DMA error callback.
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
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.
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA module. |
None |
Definition at line 1079 of file stm32f4xx_hal_adc_ex.c.
References HAL_ADC_ConvHalfCpltCallback().
Referenced by HAL_ADCEx_MultiModeStart_DMA().