|
Azure Sphere MT3620 M4 API Reference Manual
|
This section introduces the Macro definition which is used as DMA M-HAL's API error return type. More...
This section introduces the Macro definition which is used as DMA M-HAL's API error return type.
Macros | |
| #define | DMA_EPTR 1 |
| Invalid argument, it means the pointer is NULL. More... | |
| #define | DMA_EPARAM 2 |
| Invalid parameter, it means the users input error parameters. More... | |
| #define | DMA_EBUSY 3 |
| DMA channel is busy. More... | |
| #define DMA_EPTR 1 |
Invalid argument, it means the pointer is NULL.
| #define DMA_EPARAM 2 |
Invalid parameter, it means the users input error parameters.
| #define DMA_EBUSY 3 |
DMA channel is busy.