Module mcan::message

source ·
Expand description

Handling of messages/frames

Modules§

  • Messages received from the bus.
  • Messages to be sent on the bus

Structs§

  • Data does not fit in the backing buffer
  • TX event in the peripheral’s representation

Enums§

  • CAN frame/message.
  • Indicates whether cancellation was requested at the time transmission succeeded

Traits§

  • This trait is only implemented for the data sizes that the peripheral can be configured to use.
  • Common functionality for all raw messages. This is a trait instead of directly associated methods to allow the message size to be erased.