|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
ADC handle Structure definition. More...
#include <stm32f4xx_hal_adc.h>
Public Attributes | |
| ADC_TypeDef * | Instance |
| ADC_InitTypeDef | Init |
| volatile uint32_t | NbrOfCurrentConversionRank |
| DMA_HandleTypeDef * | DMA_Handle |
| HAL_LockTypeDef | Lock |
| volatile uint32_t | State |
| volatile uint32_t | ErrorCode |
ADC handle Structure definition.
Definition at line 195 of file stm32f4xx_hal_adc.h.
| DMA_HandleTypeDef* ADC_HandleTypeDef::DMA_Handle |
Pointer DMA Handler
Definition at line 204 of file stm32f4xx_hal_adc.h.
| volatile uint32_t ADC_HandleTypeDef::ErrorCode |
ADC Error code
Definition at line 210 of file stm32f4xx_hal_adc.h.
| ADC_InitTypeDef ADC_HandleTypeDef::Init |
ADC required parameters
Definition at line 200 of file stm32f4xx_hal_adc.h.
| ADC_TypeDef* ADC_HandleTypeDef::Instance |
Register base address
Definition at line 198 of file stm32f4xx_hal_adc.h.
| HAL_LockTypeDef ADC_HandleTypeDef::Lock |
ADC locking object
Definition at line 206 of file stm32f4xx_hal_adc.h.
| volatile uint32_t ADC_HandleTypeDef::NbrOfCurrentConversionRank |
ADC number of current conversion rank
Definition at line 202 of file stm32f4xx_hal_adc.h.
| volatile uint32_t ADC_HandleTypeDef::State |
ADC communication state
Definition at line 208 of file stm32f4xx_hal_adc.h.