![]() |
LPCOpen Platform for LPC18XX/43XX microcontrollers
18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
|
CAN message object structure.
Definition at line 328 of file ccan_18xx_43xx.h.
#include "ccan_18xx_43xx.h"
Data Fields | |
| uint32_t | id |
| uint32_t | dlc |
| uint8_t | data [8] |
| uint8_t data[8] |
Message data
Definition at line 331 of file ccan_18xx_43xx.h.
| uint32_t dlc |
Message data length
Definition at line 330 of file ccan_18xx_43xx.h.
| uint32_t id |
ID of message, if bit 30 is set then this is extended frame
Definition at line 329 of file ccan_18xx_43xx.h.
1.8.3.1