dmaps
Vitis Drivers API Documentation
XDmaPs Struct Reference

The XDmaPs driver instance data structure. More...

Data Fields

XDmaPs_Config Config
 Configuration data structure. More...
 
int IsReady
 Device is Ready. More...
 
int CacheLength
 icache length More...
 
XDmaPsFaultHandler FaultHandler
 fault interrupt handler More...
 
void * FaultRef
 fault call back data More...
 
XDmaPs_ChannelData Chans [XDMAPS_CHANNELS_PER_DEV]
 channel data More...
 

Detailed Description

The XDmaPs driver instance data structure.

A pointer to an instance data structure is passed around by functions to refer to a specific driver instance.

Field Documentation

int XDmaPs::CacheLength

icache length

Referenced by XDmaPs_CfgInitialize(), and XDmaPs_GenDmaProg().

XDmaPsFaultHandler XDmaPs::FaultHandler

fault interrupt handler

Referenced by XDmaPs_FaultISR(), and XDmaPs_SetFaultHandler().

void* XDmaPs::FaultRef

fault call back data

Referenced by XDmaPs_FaultISR(), and XDmaPs_SetFaultHandler().

int XDmaPs::IsReady

Device is Ready.

Referenced by XDmaPs_CfgInitialize().