Expand description
Implementation of the GPDMA linked list and linked list items.
Structs§
- Item
- The common fields shared by all linked-list item types (TR1, TR2, BR1, SAR, DAR).
- Item
Config - Configuration common to all linked-list item types.
- Linear
Item - A linked-list item for linear GPDMA transfers.
- Table
- A table of linked list items.
Enums§
- RunMode
- The mode in which to run the linked list.
Traits§
- Linked
List Item - Trait for linked-list item types usable in a generic
Table.
Type Aliases§
- Linear
Item Config - Backwards-compatible alias.