Data Fields
tCANMsgObject Struct Reference

#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...
 

Detailed Description

The structure used for encapsulating all the items associated with a CAN message object in the CAN controller.

Field Documentation

§ ui32MsgID

uint32_t tCANMsgObject::ui32MsgID

The CAN message identifier used for 11 or 29 bit identifiers.

Referenced by CANMessageGet(), and CANMessageSet().

§ ui32MsgIDMask

uint32_t tCANMsgObject::ui32MsgIDMask

The message identifier mask used when identifier filtering is enabled.

Referenced by CANMessageGet(), and CANMessageSet().

§ ui32Flags

uint32_t tCANMsgObject::ui32Flags

This value holds various status flags and settings specified by tCANObjFlags.

Referenced by CANMessageGet(), and CANMessageSet().

§ ui32MsgLen

uint32_t tCANMsgObject::ui32MsgLen

This value is the number of bytes of data in the message object.

Referenced by CANMessageGet(), and CANMessageSet().

§ pui8MsgData

uint8_t* tCANMsgObject::pui8MsgData

This is a pointer to the message object's data.


The documentation for this struct was generated from the following file:
Copyright 2018, Texas Instruments Incorporated