1.19.6.13 DMAC_ERROR Enum

C

typedef enum
{
    /* Data was transferred successfully. */
    DMAC_ERROR_NONE
    
    /* DMA address error. */
    DMAC_ERROR_ADDRESS_ERROR
    
} DMAC_ERROR;

Summary

Identifies the available DMA operating modes.

Description

This data type Identifies if a transfer had an address error or not.

Remarks

The identification of an error transaction takes place in the DMA ISR.