Pins

Trait Pins 

Source
pub trait Pins: Sealed {
    type Instance;
}
Expand description

A pair of (TX, RX) pins configured for CAN communication

Required Associated Types§

Source

type Instance

The CAN peripheral that uses these pins

Implementations on Foreign Types§

Source§

impl Pins for (PA12<Alternate<PushPull, 9>>, PA11<Alternate<PushPull, 9>>)

Source§

impl Pins for (PB9<Alternate<PushPull, 9>>, PB8<Alternate<PushPull, 9>>)

Source§

impl Pins for (PD1<Alternate<PushPull, 9>>, PD0<Alternate<PushPull, 9>>)

Implementors§