Pins

Trait Pins 

Source
pub trait Pins<DAC> {
    type Output;
}

Required Associated Types§

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.

Implementations on Foreign Types§

Source§

impl Pins<Periph<RegisterBlock, 1073771520>> for (PA4<Analog>, PA5<Analog>)

Source§

type Output = (C1, C2)

Implementors§