![]() |
zdma
Vitis Drivers API Documentation
|
This typedef contains the fields for transfer of data. More...
Data Fields | |
| UINTPTR | SrcAddr |
| Source address. More... | |
| UINTPTR | DstAddr |
| Destination Address. More... | |
| u32 | Size |
| Size of the data to be transferred. More... | |
| u8 | SrcCoherent |
| Source coherent. More... | |
| u8 | DstCoherent |
| Destination coherent. More... | |
| u8 | Pause |
| Will pause data transmission after this transfer only for SG mode. More... | |
This typedef contains the fields for transfer of data.
| UINTPTR XZDma_Transfer::DstAddr |
Destination Address.
Referenced by XZDma_LinearExample(), XZDma_LinkedListExample(), XZDma_SimpleExample(), XZDma_SimpleReadOnlyExample(), and XZDma_WriteOnlyExample().
| u8 XZDma_Transfer::DstCoherent |
Destination coherent.
Referenced by XZDma_LinearExample(), XZDma_LinkedListExample(), XZDma_SimpleExample(), XZDma_SimpleReadOnlyExample(), and XZDma_WriteOnlyExample().
| u8 XZDma_Transfer::Pause |
Will pause data transmission after this transfer only for SG mode.
Referenced by XZDma_LinearExample(), XZDma_LinkedListExample(), XZDma_SimpleExample(), XZDma_SimpleReadOnlyExample(), and XZDma_WriteOnlyExample().
| u32 XZDma_Transfer::Size |
Size of the data to be transferred.
Referenced by XZDma_LinearExample(), XZDma_LinkedListExample(), XZDma_SimpleExample(), XZDma_SimpleReadOnlyExample(), and XZDma_WriteOnlyExample().
| UINTPTR XZDma_Transfer::SrcAddr |
Source address.
Referenced by XZDma_LinearExample(), XZDma_LinkedListExample(), XZDma_SimpleExample(), XZDma_SimpleReadOnlyExample(), and XZDma_WriteOnlyExample().
| u8 XZDma_Transfer::SrcCoherent |
Source coherent.
Referenced by XZDma_LinearExample(), XZDma_LinkedListExample(), XZDma_SimpleExample(), XZDma_SimpleReadOnlyExample(), and XZDma_WriteOnlyExample().