embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

RtsPin

Trait RtsPin 

Source
pub trait RtsPin<T: Instance>:
    Into<AnyPin>
    + Sealed
    + PeripheralType {
    // Required method
    fn as_rts(&self);
}
Expand description

io configuration trait for Lpuart Rts

Required Methods§

Source

fn as_rts(&self)

convert the pin to appropriate function for Lpuart Rts usage

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§