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

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

Associated Types

The CAN peripheral that uses these pins

Implementations on Foreign Types

Implementors