Expand description
This is a crate of handy modules and utilities for manipulating CAN data and interfaces.
NOTE: this crate is not yet ready for prime time, but it will be soon, just publishing now to claim the name
TODO: add real documentation here
Modules§
- byte_
orders - A collection of
byteorder
types to facilitate unpacking values from frames. - interface
- The
interface
module holds various types for modeling parts of a CAN interface. - timing_
calculator - The
timing_calculator
module computes CAN interface timing parameters.
Structs§
- CanFd
Frame - A low level representation of the frames that might be sent and received on a CAN FD bus.
- CanFrame
- A low level representation of the frames that might be sent and received on a CAN bus.
Functions§
- byte_
count_ to_ can_ fd_ dlc - Converts a byte count into a CAN-FD DLC.
- can_
fd_ dlc_ to_ byte_ count - Converts a CAN-FD DLC into a byte count.