1.27.28.20 XDMAC_DESCRIPTOR_VIEW_2 Struct

C

    typedef struct {
        
        /* Next Descriptor Address number. */
        uint32_t mbr_nda;
        
        /* Micro-block Control Member. */
        XDMAC_MICRO_BLOCK_CONTROL mbr_ubc;
        
        /* Source Address Member. */
        uint32_t mbr_sa;
        
        /* Destination Address Member. */
        uint32_t mbr_da;
        
        /* Configuration Register. */
        /* TODO: Redefine type to XDMAC_CC white updating to N type */
        uint32_t mbr_cfg;
        
    } XDMAC_DESCRIPTOR_VIEW_2;

Summary

Defines the descriptor view 2 available for master transfer.

Description

This data type defines the descriptor view 2 .

Remarks

This feature may not be available on all devices. Refer to the specific device data sheet to determine availability.