embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

RxDma

Trait RxDma 

Source
pub trait RxDma<Instance>:
    PeripheralType
    + Send
    + Channel {
    // Required method
    fn request_number(&self) -> u8;
}
Expand description

RxDma marker trait.

Required Methods§

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§