pub trait Mem2MemCapableChannel<'d>: DmaChannel { }Available on crate feature
unstable only.Expand description
A DMA channel singleton that supports memory-to-memory transfers on this chip.
Only channels listed in device metadata (mem2mem = true) implement this trait.
Use Mem2Mem::new to construct a transfer engine from such a channel.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".