FlexCAN message buffer structure Implements : flexcan_msgbuff_t_Class. More...

#include <platform/drivers/inc/flexcan_driver.h>

Data Fields

uint32_t cs
 
uint32_t msgId
 
uint8_t data [64]
 
uint8_t dataLen
 

Detailed Description

FlexCAN message buffer structure Implements : flexcan_msgbuff_t_Class.

Definition at line 96 of file flexcan_driver.h.

Field Documentation

uint32_t cs

Code and Status

Definition at line 97 of file flexcan_driver.h.

uint8_t data[64]

Data bytes of the FlexCAN message

Definition at line 99 of file flexcan_driver.h.

uint8_t dataLen

Length of data in bytes

Definition at line 100 of file flexcan_driver.h.

uint32_t msgId

Message Buffer ID

Definition at line 98 of file flexcan_driver.h.


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