Azure Sphere MT3620 M4 API Reference Manual
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Define

M-HAL ADC define list information, maximum channel number that ADC supports, ADC ring buffer size and error return value. More...

Overview

M-HAL ADC define list information, maximum channel number that ADC supports, ADC ring buffer size and error return value.

Macros

#define ADC_EPTR   1
 Invalid argument, it means the pointer is NULL.
 
#define ADC_EPARAMETER   2
 Invalid argument, it means the parameter invalid.
 
#define ADC_ENOMEM   3
 Out of memory, it means memory malloc fail.
 
#define ADC_EFAULT   4
 Bad address.
 
#define ADC_EAGAIN   5
 Try again.