LPCOpen Platform for LPC18XX/43XX microcontrollers  18XX43XX
LPCOpen Platform for the NXP LPC18XX/43XX family of Microcontrollers
Data Fields
CCAN_MSG_OBJ_T Struct Reference

Detailed Description

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]
 

Field Documentation

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.


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