Skip to content

Struct SYN_CAN_Frame

ClassList > SYN_CAN_Frame

CAN bus frame — standard/extended ID, classic CAN or CAN FD.

  • #include <syn_can.h>

Public Attributes

Type Name
uint8_t data
uint8_t dlc
bool extended
uint32_t id
bool rtr

Public Attributes Documentation

variable data

uint8_t SYN_CAN_Frame::data[SYN_CAN_MAX_DATA_LEN];

Frame data


variable dlc

uint8_t SYN_CAN_Frame::dlc;

Data length in bytes


variable extended

bool SYN_CAN_Frame::extended;

true = 29-bit ID


variable id

uint32_t SYN_CAN_Frame::id;

11-bit or 29-bit identifier


variable rtr

bool SYN_CAN_Frame::rtr;

Remote transmission request



The documentation for this class was generated from the following file src/syntropic/drivers/syn_can.h