CAN message format Implements : can_message_t_Class. More...

#include <platform/pal/can/inc/can_pal.h>

Data Fields

uint32_t cs
 
uint32_t id
 
uint8_t data [64]
 
uint8_t length
 

Detailed Description

CAN message format Implements : can_message_t_Class.

Definition at line 109 of file can_pal.h.

Field Documentation

uint32_t cs

Code and Status

Definition at line 110 of file can_pal.h.

uint8_t data[64]

Data bytes of the CAN message

Definition at line 112 of file can_pal.h.

uint32_t id

ID of the message

Definition at line 111 of file can_pal.h.

uint8_t length

Length of payload in bytes

Definition at line 113 of file can_pal.h.


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