STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for ADC Error Code:

Macros

#define HAL_ADC_ERROR_NONE   0x00U
#define HAL_ADC_ERROR_INTERNAL   0x01U
#define HAL_ADC_ERROR_OVR   0x02U
#define HAL_ADC_ERROR_DMA   0x04U

Detailed Description

Macro Definition Documentation

◆ HAL_ADC_ERROR_DMA

#define HAL_ADC_ERROR_DMA   0x04U

DMA transfer error

Definition at line 260 of file stm32f4xx_hal_adc.h.

◆ HAL_ADC_ERROR_INTERNAL

#define HAL_ADC_ERROR_INTERNAL   0x01U

ADC IP internal error: if problem of clocking, enable/disable, erroneous state

Definition at line 257 of file stm32f4xx_hal_adc.h.

◆ HAL_ADC_ERROR_NONE

#define HAL_ADC_ERROR_NONE   0x00U

No error

Definition at line 256 of file stm32f4xx_hal_adc.h.

◆ HAL_ADC_ERROR_OVR

#define HAL_ADC_ERROR_OVR   0x02U

Overrun error

Definition at line 259 of file stm32f4xx_hal_adc.h.