![]() |
dmaps
Xilinx SDK Drivers API Documentation
|
The XDmaPs_ProgBuf is the struct for a DMA program buffer. More...
Data Fields | |
| char | Buf [XDMAPS_CHAN_BUF_LEN] |
| The actual buffer the holds the content. More... | |
| unsigned | Len |
| The actual length of the DMA program in bytes. More... | |
| int | Allocated |
| A tag indicating whether the buffer is allocated or not. More... | |
The XDmaPs_ProgBuf is the struct for a DMA program buffer.
| int XDmaPs_ProgBuf::Allocated |
A tag indicating whether the buffer is allocated or not.
| char XDmaPs_ProgBuf::Buf[XDMAPS_CHAN_BUF_LEN] |
The actual buffer the holds the content.
| unsigned XDmaPs_ProgBuf::Len |
The actual length of the DMA program in bytes.