Embassy
embassy-stm32

Crates

git

Versions

stm32f429ai

Flavors

Module embassy_stm32::can::frame

source ·
Expand description

Definition for CAN Frames

Structs§

  • Payload of a classic CAN data frame.
  • Contains CAN frame and additional metadata.
  • Payload of a (FD)CAN data frame.
  • Contains CAN FD frame and additional metadata.
  • Frame with up to 8 bytes of data payload as per Fd CAN
  • Frame with up to 8 bytes of data payload as per Classic(non-FD) CAN For CAN-FD support use FdFrame
  • CAN Header, without meta data

Traits§

  • Trait for FDCAN frame types, providing ability to construct from a Header and to retrieve the Header from a frame

Type Aliases§

  • Calculate proper timestamp when available.