1.10.7.13 1.11.8.13 1.12.7.13 1.13.7.13 1.15.8.13 1.16.6.13 1.17.6.13 1.18.7.13 1.19.6.13 1.20.6.13 1.21.7.13 1.22.9.13 1.23.8.13 1.24.7.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.