1.25.26.22 XDMAC_MICRO_BLOCK_CONTROL Struct

C

    typedef struct {
        
        /* Size of block for the current descriptor. */
        uint32_t blockDataLength:24;
        
        /* Next Descriptor Control Setting */
        XDMAC_DESCRIPTOR_CONTROL nextDescriptorControl;
        
    } XDMAC_MICRO_BLOCK_CONTROL;

Summary

Defines the control parameters for linked list operation.

Description

This data type defines the control parameters for linked list operation. Block length applies to the current descriptor and XDMAC_DESCRIPTOR_CONTROL applies to the next descriptor.

Remarks

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