embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

Channel

Trait Channel 

Source
pub trait Channel:
    SealedChannel
    + PeripheralType
    + Into<AnyChannel>
    + 'static { }
Expand description

Marker trait implemented by HAL peripheral tokens that map to a DMA0 channel backed by one EDMA_0_TCD0 TCD slot.

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§