uc-sdk
|
CAN message object structure. More...
#include <lpc17xx_can.h>
Public Attributes | |
uint32_t | id |
uint8_t | dataA [4] |
uint8_t | dataB [4] |
uint8_t | len |
uint8_t | format |
uint8_t | type |
CAN message object structure.
Definition at line 678 of file lpc17xx_can.h.
uint8_t CAN_MSG_Type::dataA[4] |
Data field A
Definition at line 683 of file lpc17xx_can.h.
uint8_t CAN_MSG_Type::dataB[4] |
Data field B
Definition at line 684 of file lpc17xx_can.h.
uint8_t CAN_MSG_Type::format |
Identifier Format, should be:
Definition at line 689 of file lpc17xx_can.h.
uint32_t CAN_MSG_Type::id |
29 bit identifier, it depend on "format" value
Definition at line 679 of file lpc17xx_can.h.
uint8_t CAN_MSG_Type::len |
Length of data field in bytes, should be:
Definition at line 685 of file lpc17xx_can.h.
uint8_t CAN_MSG_Type::type |
Remote Frame transmission, should be:
Definition at line 693 of file lpc17xx_can.h.