[][src]Crate embedded_hal_can

Controller Area Network

Traits

Filter

A type that will either accept or filter a Frame. The filtering is done solely on the ID of the Frame.

Frame

A Can Frame

Id

A type that can either be BaseId or ExtendedId

Interface

A CAN interface

Receiver

A CAN interface that is able to receive frames.

Transmitter

A CAN interface that is able to transmit frames.