|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
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 |
| #define HAL_ADC_ERROR_DMA 0x04U |
DMA transfer error
Definition at line 260 of file stm32f4xx_hal_adc.h.
| #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.
| #define HAL_ADC_ERROR_NONE 0x00U |
No error
Definition at line 256 of file stm32f4xx_hal_adc.h.
| #define HAL_ADC_ERROR_OVR 0x02U |
Overrun error
Definition at line 259 of file stm32f4xx_hal_adc.h.