Expand description
Controller Area Network (CAN)
Re-exports§
pub use bxcan;
Structs§
- Bxcan
Instance - BXCAN instance newtype.
- Can
- CAN driver
- CanRx
- CAN driver, receive half.
- CanTx
- CAN driver, transmit half.
- Envelope
- Contains CAN frame and additional metadata.
- Rx0Interrupt
Handler - RX0 interrupt handler.
- Rx1Interrupt
Handler - RX1 interrupt handler.
- SceInterrupt
Handler - SCE interrupt handler.
- TxInterrupt
Handler - Interrupt handler.
Enums§
- BusError
- CAN bus error
- TryRead
Error - Error returned by
try_read
- TryWrite
Error - Error returned by
try_write