modm API documentation

Classes

class  modm::platform::Fdcan2
 FDCAN2 (CAN with Flexible Data-Rate) More...
 

Detailed Description

lbuild module: modm:platform:can:2

Module Options

modm:platform:can:2:buffer.tx:

Generated with: 32 in [0 .. 32 .. 64Ki-2]

modm:platform:can:2:buffer.rx:

Generated with: 32 in [0 .. 32 .. 64Ki-2]

modm:platform:can:2:tx_hw_queue_mode: Controls the order in which frames are popped from the hardware TX queue (see

message_ram.tx_fifo_elements). Does not affect the optional software buffer (buffer.tx), which is always popped in FIFO order.

FIFO: transmit frames in the order they were enqueued. Priority: transmit the frame with the lowest arbitration ID first.

Generated with: FIFO in [FIFO, Priority]