dmaps
Vitis Drivers API Documentation
|
DMA block descriptor stucture. More...
Data Fields | |
u32 | SrcAddr |
Source starting address. More... | |
u32 | DstAddr |
Destination starting address. More... | |
unsigned int | Length |
Number of bytes for the block. More... | |
DMA block descriptor stucture.
u32 XDmaPs_BD::DstAddr |
Destination starting address.
Referenced by DmaDoneHandler(), XDmaPs_Example_W_Intr(), XDmaPs_GenDmaProg(), and XDmaPs_Start().
unsigned int XDmaPs_BD::Length |
Number of bytes for the block.
Referenced by XDmaPs_Example_W_Intr(), and XDmaPs_Start().
u32 XDmaPs_BD::SrcAddr |
Source starting address.
Referenced by DmaDoneHandler(), XDmaPs_Example_W_Intr(), XDmaPs_GenDmaProg(), and XDmaPs_Start().