zdma
Xilinx SDK Drivers API Documentation
XZDma_Transfer Struct Reference

This typedef contains the fields for transfer of data. More...

Data Fields

UINTPTR SrcAddr
 Source address. More...
 
UINTPTR DstAddr
 Destination Address. More...
 
u32 Size
 Size of the data to be transferred. More...
 
u8 SrcCoherent
 Source coherent. More...
 
u8 DstCoherent
 Destination coherent. More...
 
u8 Pause
 Will pause data transmission after this transfer only for SG mode. More...
 

Detailed Description

This typedef contains the fields for transfer of data.

Field Documentation

◆ DstAddr

UINTPTR XZDma_Transfer::DstAddr

Destination Address.

◆ DstCoherent

u8 XZDma_Transfer::DstCoherent

Destination coherent.

◆ Pause

u8 XZDma_Transfer::Pause

Will pause data transmission after this transfer only for SG mode.

◆ Size

u32 XZDma_Transfer::Size

Size of the data to be transferred.

◆ SrcAddr

UINTPTR XZDma_Transfer::SrcAddr

Source address.

◆ SrcCoherent

u8 XZDma_Transfer::SrcCoherent

Source coherent.