embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

InputPin

Trait InputPin 

Source
pub trait InputPin:
    GpioPin
    + SealedInputPin
    + PeripheralType {
    // Required method
    fn mux(&self);
}
Expand description

CTimer input pin.

Required Methods§

Source

fn mux(&self)

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§