STM32F103xB HAL User Manual
Data Fields
__ADC_HandleTypeDef Struct Reference

ADC handle Structure definition. More...

#include <stm32f1xx_hal_adc.h>

Data Fields

ADC_TypeDef * Instance
ADC_InitTypeDef Init
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 179 of file stm32f1xx_hal_adc.h.


Field Documentation

ADC conversion complete callback

Definition at line 194 of file stm32f1xx_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 195 of file stm32f1xx_hal_adc.h.

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

ADC error callback

Definition at line 197 of file stm32f1xx_hal_adc.h.

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

ADC group injected conversion complete callback ADC end of sampling callback

Definition at line 198 of file stm32f1xx_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 196 of file stm32f1xx_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 187 of file stm32f1xx_hal_adc.h.

Referenced by HAL_ADC_Init().

ADC Msp DeInit callback

Definition at line 200 of file stm32f1xx_hal_adc.h.

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

ADC Msp Init callback

Definition at line 199 of file stm32f1xx_hal_adc.h.

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


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