![]() |
zdma
Vitis Drivers API Documentation
|
This typedef contains scatter gather descriptor fields for ZDMA core. More...
Data Fields | |
| void * | SrcDscrPtr |
| Source Descriptor pointer. More... | |
| void * | DstDscrPtr |
| Destination Descriptor pointer. More... | |
| u32 | DscrCount |
| Count of descriptors available. More... | |
| XZDma_DscrType | DscrType |
| Type of descriptor either Linear or Linked list type. More... | |
This typedef contains scatter gather descriptor fields for ZDMA core.
| u32 XZDma_Descriptor::DscrCount |
Count of descriptors available.
Referenced by XZDma_CreateBDList(), and XZDma_Start().
| XZDma_DscrType XZDma_Descriptor::DscrType |
Type of descriptor either Linear or Linked list type.
Referenced by XZDma_CreateBDList(), and XZDma_ScatterGather().
| void* XZDma_Descriptor::DstDscrPtr |
Destination Descriptor pointer.
Referenced by XZDma_CreateBDList(), and XZDma_ScatterGather().
| void* XZDma_Descriptor::SrcDscrPtr |
Source Descriptor pointer.
Referenced by XZDma_CreateBDList(), and XZDma_ScatterGather().