pub unsafe trait DMASet<STREAM, const CHANNEL: u8, DIRECTION> { }
Expand description

Trait to mark a set of Stream, Channel and Direction for a Peripheral as correct together.

Safety

Memory corruption might occur if this trait is implemented for an invalid combination.

Implementations on Foreign Types

DMA is available for I2S based on the underlying implementations for SPI

Implementors