dmaps
Xilinx SDK 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

◆ CacheLength

int XDmaPs::CacheLength

icache length

◆ Chans

XDmaPs_ChannelData XDmaPs::Chans[XDMAPS_CHANNELS_PER_DEV]

channel data

Referenced by XDmaPs_Start().

◆ Config

XDmaPs_Config XDmaPs::Config

Configuration data structure.

Referenced by XDmaPs_CfgInitialize(), XDmaPs_FaultISR(), and XDmaPs_SelfTest().

◆ FaultHandler

XDmaPsFaultHandler XDmaPs::FaultHandler

fault interrupt handler

Referenced by XDmaPs_SetFaultHandler().

◆ FaultRef

void* XDmaPs::FaultRef

fault call back data

Referenced by XDmaPs_SetFaultHandler().

◆ IsReady

int XDmaPs::IsReady

Device is Ready.