Module canadensis_can::queue

source ·
Expand description

Queues of outgoing CAN frames

Structs

  • A frame queue implemented as a ring buffer in a fixed-capacity array
  • A driver that contains frame queues only, and requires external code to actually send and receive messages
  • An outgoing frame queue that can hold only one frame
  • A single transmit queue and a single driver

Traits

Functions