pub trait TwoDChannelInstance: ChannelInstance + SealedTwoDChannelInstance { }Expand description
DMA channel with 2D addressing capability (block repeat with address offsets).
This trait is only implemented for GPDMA channels that support 2D transfers. Use it as a bound to require a 2D-capable channel at compile time.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".