embassy-mspm0

Crates

git

Versions

mspm0g1518pz

Flavors

RtsPin

Trait RtsPin 

Source
pub trait RtsPin<T: Instance>: Pin {
    // Required method
    fn pf_num(&self) -> u8;
}
Expand description

UART RTS pin trait

Required Methods§

Source

fn pf_num(&self) -> u8

Get the PF number needed to use this pin as RTS.

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§