zdma
Vitis Drivers API Documentation
XZDma_DscrConfig Struct Reference

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

Data Fields

u8 AxCoherent
 AXI transactions are coherent or non-coherent. More...
 
u8 AXCache
 AXI cache for DSCR fetch. More...
 
u8 AXQos
 Qos bit for DSCR fetch. More...
 

Detailed Description

This typedef contains the descriptor configurations of ZDMA core.

Field Documentation

u8 XZDma_DscrConfig::AXCache

AXI cache for DSCR fetch.

Referenced by XZDma_GetChDscrConfig(), and XZDma_SetChDscrConfig().

u8 XZDma_DscrConfig::AxCoherent

AXI transactions are coherent or non-coherent.

Referenced by XZDma_GetChDscrConfig(), and XZDma_SetChDscrConfig().

u8 XZDma_DscrConfig::AXQos

Qos bit for DSCR fetch.

Referenced by XZDma_GetChDscrConfig(), and XZDma_SetChDscrConfig().