zdma
Xilinx SDK Drivers API Documentation
XZDma_Config Struct Reference

This typedef contains configuration information for a ZDMA core Each ZDMA core should have a configuration structure associated. More...

Data Fields

u16 DeviceId
 Device Id of ZDMA. More...
 
u32 BaseAddress
 BaseAddress of ZDMA. More...
 
u8 DmaType
 Type of DMA. More...
 
u8 IsCacheCoherent
 Describes whether Cache Coherent or not; Applicable only to A53 in EL1 NS mode. More...
 

Detailed Description

This typedef contains configuration information for a ZDMA core Each ZDMA core should have a configuration structure associated.

Field Documentation

◆ BaseAddress

◆ DeviceId

u16 XZDma_Config::DeviceId

Device Id of ZDMA.

Referenced by XZDma_CfgInitialize().

◆ DmaType

u8 XZDma_Config::DmaType

Type of DMA.

Referenced by XZDma_CfgInitialize(), and XZDma_WOData().

◆ IsCacheCoherent

u8 XZDma_Config::IsCacheCoherent

Describes whether Cache Coherent or not; Applicable only to A53 in EL1 NS mode.

Referenced by XZDma_CfgInitialize(), XZDma_CreateBDList(), XZDma_SimpleExample(), and XZDma_SimpleReadOnlyExample().