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.