Prusa MINI Firmware overview
ADC_HandleTypeDef Struct Reference

ADC handle Structure definition. More...

#include <stm32f4xx_hal_adc.h>

Collaboration diagram for ADC_HandleTypeDef:

Public Attributes

ADC_TypeDef * Instance
 
ADC_InitTypeDef Init
 
__IO uint32_t NbrOfCurrentConversionRank
 
DMA_HandleTypeDefDMA_Handle
 
HAL_LockTypeDef Lock
 
__IO uint32_t State
 
__IO uint32_t ErrorCode
 

Detailed Description

ADC handle Structure definition.

Member Data Documentation

◆ Instance

ADC_TypeDef* ADC_HandleTypeDef::Instance

Register base address

◆ Init

ADC_InitTypeDef ADC_HandleTypeDef::Init

ADC required parameters

◆ NbrOfCurrentConversionRank

__IO uint32_t ADC_HandleTypeDef::NbrOfCurrentConversionRank

ADC number of current conversion rank

◆ DMA_Handle

DMA_HandleTypeDef* ADC_HandleTypeDef::DMA_Handle

Pointer DMA Handler

◆ Lock

HAL_LockTypeDef ADC_HandleTypeDef::Lock

ADC locking object

◆ State

__IO uint32_t ADC_HandleTypeDef::State

ADC communication state

◆ ErrorCode

__IO uint32_t ADC_HandleTypeDef::ErrorCode

ADC Error code