Expand description

PDC Traits for use with PDC-enabled peripherals

Common interface to use with PDC enabled peripherals

Structs

Read transfer

DMA Receiver

DMA Receiver/Transmitter

DMA Transmitter

Write transfer

Traits

Trait for DMA readings from peripheral to memory.

Trait for DMA readings from peripheral to memory, start paused.

Trait for DMA simultaneously reading and writing within one synchronous operation. Panics if both buffers are not of equal length.

Trait for manually specifying the DMA length used, even if the buffer is larger Panics if the buffer(s) are too small

Trait for DMA writing from memory to peripheral.