STM32F479xx HAL User Manual
Data Fields
__ADC_HandleTypeDef Struct Reference

ADC handle Structure definition. More...

#include <stm32f4xx_hal_adc.h>

Data Fields

ADC_TypeDef * Instance
ADC_InitTypeDef Init
__IO uint32_t NbrOfCurrentConversionRank
DMA_HandleTypeDefDMA_Handle
HAL_LockTypeDef Lock
__IO uint32_t State
__IO uint32_t ErrorCode
void(* ConvCpltCallback )(struct __ADC_HandleTypeDef *hadc)
void(* ConvHalfCpltCallback )(struct __ADC_HandleTypeDef *hadc)
void(* LevelOutOfWindowCallback )(struct __ADC_HandleTypeDef *hadc)
void(* ErrorCallback )(struct __ADC_HandleTypeDef *hadc)
void(* InjectedConvCpltCallback )(struct __ADC_HandleTypeDef *hadc)
void(* MspInitCallback )(struct __ADC_HandleTypeDef *hadc)
void(* MspDeInitCallback )(struct __ADC_HandleTypeDef *hadc)

Detailed Description

ADC handle Structure definition.

Definition at line 194 of file stm32f4xx_hal_adc.h.


Field Documentation

ADC conversion complete callback

Definition at line 213 of file stm32f4xx_hal_adc.h.

Referenced by ADC_DMAConvCplt(), HAL_ADC_Init(), HAL_ADC_IRQHandler(), HAL_ADC_RegisterCallback(), and HAL_ADC_UnRegisterCallback().

ADC conversion DMA half-transfer callback

Definition at line 214 of file stm32f4xx_hal_adc.h.

Referenced by ADC_DMAHalfConvCplt(), HAL_ADC_Init(), HAL_ADC_RegisterCallback(), and HAL_ADC_UnRegisterCallback().

ADC group injected conversion complete callback

Definition at line 217 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_Init(), HAL_ADC_IRQHandler(), HAL_ADC_RegisterCallback(), and HAL_ADC_UnRegisterCallback().

ADC analog watchdog 1 callback

Definition at line 215 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_Init(), HAL_ADC_IRQHandler(), HAL_ADC_RegisterCallback(), and HAL_ADC_UnRegisterCallback().

HAL_LockTypeDef __ADC_HandleTypeDef::Lock

ADC locking object

Definition at line 207 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_Init().

ADC Msp DeInit callback

Definition at line 219 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_DeInit(), HAL_ADC_RegisterCallback(), and HAL_ADC_UnRegisterCallback().

ADC Msp Init callback

Definition at line 218 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_Init(), HAL_ADC_RegisterCallback(), and HAL_ADC_UnRegisterCallback().

ADC number of current conversion rank

Definition at line 203 of file stm32f4xx_hal_adc.h.


The documentation for this struct was generated from the following file: