embassy-stm32

Crates

git

Versions

stm32h7r7l8

Flavors

TwoDChannelInstance

Trait TwoDChannelInstance 

Source
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", so this trait is not object safe.

Implementors§