embassy-stm32

Crates

git

Versions

stm32c5a3kg

Flavors

Module linked_list

Module linked_list 

Source
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).
ItemConfig
Configuration common to all linked-list item types.
LinearItem
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§

LinkedListItem
Trait for linked-list item types usable in a generic Table.

Type Aliases§

LinearItemConfig
Backwards-compatible alias.