STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define HAL_ADC_ERROR_NONE   ((uint32_t)0x00U)
 
#define HAL_ADC_ERROR_INTERNAL   ((uint32_t)0x01U)
 
#define HAL_ADC_ERROR_OVR   ((uint32_t)0x02U)
 
#define HAL_ADC_ERROR_DMA   ((uint32_t)0x04U)
 

Detailed Description

Macro Definition Documentation

#define HAL_ADC_ERROR_DMA   ((uint32_t)0x04U)

DMA transfer error

Definition at line 243 of file stm32f7xx_hal_adc.h.

#define HAL_ADC_ERROR_INTERNAL   ((uint32_t)0x01U)

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

Definition at line 239 of file stm32f7xx_hal_adc.h.

#define HAL_ADC_ERROR_NONE   ((uint32_t)0x00U)

No error

Definition at line 238 of file stm32f7xx_hal_adc.h.

#define HAL_ADC_ERROR_OVR   ((uint32_t)0x02U)

Overrun error

Definition at line 242 of file stm32f7xx_hal_adc.h.