![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
CAN message object structure.
Definition at line 113 of file ccan_001.h.
#include "ccan_001.h"
Data Fields | |
| uint32_t | id |
| uint32_t | dlc |
| uint8_t | data [8] |
| uint8_t data[8] |
Message data
Definition at line 116 of file ccan_001.h.
| uint32_t dlc |
Message data length
Definition at line 115 of file ccan_001.h.
| uint32_t id |
ID of message, if bit 30 is set then this is extended frame
Definition at line 114 of file ccan_001.h.