![]() |
RTEMS 6.1-rc7
|
ADC handle Structure definition. More...
#include <stm32h7xx_hal_adc.h>
Data Fields | |
ADC_TypeDef * | Instance |
ADC_InitTypeDef | Init |
DMA_HandleTypeDef * | DMA_Handle |
HAL_LockTypeDef | Lock |
__IO uint32_t | State |
__IO uint32_t | ErrorCode |
ADC_InjectionConfigTypeDef | InjectionConfig |
ADC handle Structure definition.
DMA_HandleTypeDef* ADC_HandleTypeDef::DMA_Handle |
Pointer DMA Handler
__IO uint32_t ADC_HandleTypeDef::ErrorCode |
ADC Error code
ADC_InitTypeDef ADC_HandleTypeDef::Init |
ADC initialization parameters and regular conversions setting
ADC_InjectionConfigTypeDef ADC_HandleTypeDef::InjectionConfig |
ADC injected channel configuration build-up structure
ADC_TypeDef* ADC_HandleTypeDef::Instance |
Register base address
HAL_LockTypeDef ADC_HandleTypeDef::Lock |
ADC locking object
__IO uint32_t ADC_HandleTypeDef::State |
ADC communication state (bitmap of ADC states)