1.35.5.2 MEM2MEM_TRANSFER_EVENT Enum

C

typedef enum
{
    /* Data was transferred successfully. */
    MEM2MEM_TRANSFER_EVENT_COMPLETE,
    
    /* Error while processing the request */
    MEM2MEM_TRANSFER_EVENT_ERROR
    
} MEM2MEM_TRANSFER_EVENT;

Summary

Enumeration of possible MEM2MEM transfer events.

Description

This data type provides an enumeration of all possible MEM2MEM transfer events. A data value of this type is returned in the MEM2MEM callback function and indicates if the completed transfer was successful.

Remarks

None.