Tiva Driver Lib
Data Fields
tCANMsgObject Struct Reference

#include <can.h>

Data Fields

uint32_t ui32MsgID
 The CAN message identifier used for 11 or 29 bit identifiers.
 
uint32_t ui32MsgIDMask
 The message identifier mask used when identifier filtering is enabled.
 
uint32_t ui32Flags
 
uint32_t ui32MsgLen
 This value is the number of bytes of data in the message object.
 
uint8_t * pui8MsgData
 This is a pointer to the message object's data.
 

Detailed Description

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

Field Documentation

uint32_t ui32Flags

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


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