MSP432E4 DriverLib API Guide
1.11.00.03
|
#include <can.h>
Data Fields | |
uint32_t | ui32MsgID |
The CAN message identifier used for 11 or 29 bit identifiers. More... | |
uint32_t | ui32MsgIDMask |
The message identifier mask used when identifier filtering is enabled. More... | |
uint32_t | ui32Flags |
uint32_t | ui32MsgLen |
This value is the number of bytes of data in the message object. More... | |
uint8_t * | pui8MsgData |
This is a pointer to the message object's data. More... | |
The structure used for encapsulating all the items associated with a CAN message object in the CAN controller.
uint32_t tCANMsgObject::ui32MsgID |
The CAN message identifier used for 11 or 29 bit identifiers.
Referenced by CANMessageGet(), and CANMessageSet().
uint32_t tCANMsgObject::ui32MsgIDMask |
The message identifier mask used when identifier filtering is enabled.
Referenced by CANMessageGet(), and CANMessageSet().
uint32_t tCANMsgObject::ui32Flags |
This value holds various status flags and settings specified by tCANObjFlags.
Referenced by CANMessageGet(), and CANMessageSet().
uint32_t tCANMsgObject::ui32MsgLen |
This value is the number of bytes of data in the message object.
Referenced by CANMessageGet(), and CANMessageSet().
uint8_t* tCANMsgObject::pui8MsgData |
This is a pointer to the message object's data.