![]() |
dmaps
Xilinx SDK Drivers API Documentation
|
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... | |
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.
| int XDmaPs::CacheLength |
icache length
| XDmaPs_ChannelData XDmaPs::Chans[XDMAPS_CHANNELS_PER_DEV] |
channel data
Referenced by XDmaPs_Start().
| XDmaPs_Config XDmaPs::Config |
Configuration data structure.
Referenced by XDmaPs_CfgInitialize(), XDmaPs_FaultISR(), and XDmaPs_SelfTest().
| XDmaPsFaultHandler XDmaPs::FaultHandler |
fault interrupt handler
Referenced by XDmaPs_SetFaultHandler().
| void* XDmaPs::FaultRef |
fault call back data
Referenced by XDmaPs_SetFaultHandler().
| int XDmaPs::IsReady |
Device is Ready.