+ Collaboration diagram for ADC Error Code:

Macros

#define HAL_ADC_ERROR_NONE   ((uint32_t)0x00000000)
 No error
More...
 
#define HAL_ADC_ERROR_TIMEOUT   ((uint32_t)0x00000001)
 Timeout error
More...
 
#define HAL_ADC_ERROR_DMA   ((uint32_t)0x00000004)
 DMA transfer error. More...
 
#define HAL_ADC_ERROR_INVALID_PARAM   ((uint32_t)0x00000008)
 Invalid parameter error. More...
 

Detailed Description

Macro Definition Documentation

◆ HAL_ADC_ERROR_DMA

#define HAL_ADC_ERROR_DMA   ((uint32_t)0x00000004)

DMA transfer error.

Definition at line 176 of file gr55xx_hal_adc.h.

◆ HAL_ADC_ERROR_INVALID_PARAM

#define HAL_ADC_ERROR_INVALID_PARAM   ((uint32_t)0x00000008)

Invalid parameter error.

Definition at line 177 of file gr55xx_hal_adc.h.

◆ HAL_ADC_ERROR_NONE

#define HAL_ADC_ERROR_NONE   ((uint32_t)0x00000000)

No error

Definition at line 174 of file gr55xx_hal_adc.h.

◆ HAL_ADC_ERROR_TIMEOUT

#define HAL_ADC_ERROR_TIMEOUT   ((uint32_t)0x00000001)

Timeout error

Definition at line 175 of file gr55xx_hal_adc.h.