zdma
Vitis Drivers API Documentation
XZDma_DataConfig Struct Reference

This typedef contains the data configurations of ZDMA core. More...

Data Fields

u8 OverFetch
 Enable Over fetch. More...
 
u8 SrcIssue
 Outstanding transactions for Source. More...
 
XZDma_BurstType SrcBurstType
 Burst type for SRC. More...
 
u8 SrcBurstLen
 AXI length for data read. More...
 
XZDma_BurstType DstBurstType
 Burst type for DST. More...
 
u8 DstBurstLen
 AXI length for data write. More...
 
u8 SrcCache
 AXI cache bits for data read. More...
 
u8 SrcQos
 AXI QOS bits for data read. More...
 
u8 DstCache
 AXI cache bits for data write. More...
 
u8 DstQos
 AXI QOS bits for data write. More...
 

Detailed Description

This typedef contains the data configurations of ZDMA core.

Field Documentation

u8 XZDma_DataConfig::DstQos

AXI QOS bits for data write.

Referenced by XZDma_GetChDataConfig(), XZDma_SetChDataConfig(), and XZDma_SimpleExample().

u8 XZDma_DataConfig::SrcIssue
u8 XZDma_DataConfig::SrcQos

AXI QOS bits for data read.

Referenced by XZDma_GetChDataConfig(), XZDma_SetChDataConfig(), and XZDma_SimpleExample().