embassy-stm32

Crates

git

Versions

stm32u5f9zj

Flavors

Skip to main content

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".

Implementors§