RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
ADC_HandleTypeDef Struct Reference

ADC handle Structure definition. More...

#include <stm32h7xx_hal_adc.h>

Data Fields

ADC_TypeDefInstance
 
ADC_InitTypeDef Init
 
DMA_HandleTypeDefDMA_Handle
 
HAL_LockTypeDef Lock
 
__IO uint32_t State
 
__IO uint32_t ErrorCode
 
ADC_InjectionConfigTypeDef InjectionConfig
 

Detailed Description

ADC handle Structure definition.

Field Documentation

◆ DMA_Handle

DMA_HandleTypeDef* ADC_HandleTypeDef::DMA_Handle

Pointer DMA Handler

◆ ErrorCode

__IO uint32_t ADC_HandleTypeDef::ErrorCode

ADC Error code

◆ Init

ADC_InitTypeDef ADC_HandleTypeDef::Init

ADC initialization parameters and regular conversions setting

◆ InjectionConfig

ADC_InjectionConfigTypeDef ADC_HandleTypeDef::InjectionConfig

ADC injected channel configuration build-up structure

◆ Instance

ADC_TypeDef* ADC_HandleTypeDef::Instance

Register base address

◆ Lock

HAL_LockTypeDef ADC_HandleTypeDef::Lock

ADC locking object

◆ State

__IO uint32_t ADC_HandleTypeDef::State

ADC communication state (bitmap of ADC states)


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