CAN CoreX 2.3.1
Table-driven CAN, CAN FD, ISO-TP, network simulation, and bus monitoring library
Loading...
Searching...
No Matches
CCX_message_t Struct Reference

Structure representing a CAN message. More...

#include <can_corex.h>

Data Fields

uint32_t ID
uint8_t Data [64]
uint8_t DLC: 4
uint8_t IDE_flag: 1
uint8_t FrameFormat: 2
uint8_t ESI: 1

Detailed Description

Structure representing a CAN message.

Fields:

  • ID: CAN message identifier.
  • Data: CAN message data payload (up to 8 bytes).
  • DLC: Data Length Code, number of valid data bytes (0-8).
  • IDE_flag: Identifier Extension flag (0 = standard, 1 = extended).

The documentation for this struct was generated from the following file: