1.10.3.24 1.18.2.24 1.21.2.24 1.22.3.24 1.23.3.24 1.24.3.24 CAN_TX_RX_MSG_BUFFER Struct
C
typedef struct
{
/* This is SID portion of the CAN message */
uint32_t msgSID;
/* This is EID portion of the CAN message */
uint32_t msgEID;
/* This is the data portion of the CAN message */
uint8_t msgData[8];
} CAN_TX_RX_MSG_BUFFER;
Summary
CAN Message Buffer structure.
Description
This data structure defines the CAN TX and RX Message Buffer format.
Remarks
None.