![]() |
S32 SDK
|
FlexCAN message buffer structure Implements : flexcan_msgbuff_t_Class. More...
#include <flexcan_driver.h>
Data Fields | |
uint32_t | cs |
uint32_t | msgId |
uint8_t | data [64] |
uint8_t | dataLen |
FlexCAN message buffer structure Implements : flexcan_msgbuff_t_Class.
Definition at line 81 of file flexcan_driver.h.
uint32_t cs |
Code and Status
Definition at line 82 of file flexcan_driver.h.
uint8_t data[64] |
Data bytes of the FlexCAN message
Definition at line 84 of file flexcan_driver.h.
uint8_t dataLen |
Length of data in bytes
Definition at line 85 of file flexcan_driver.h.
uint32_t msgId |
Message Buffer ID
Definition at line 83 of file flexcan_driver.h.