dmaps
Vitis Drivers API Documentation
XDmaPs_ProgBuf Struct Reference

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...
 

Detailed Description

The XDmaPs_ProgBuf is the struct for a DMA program buffer.

Field Documentation

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.