![]() |
S32 SDK
|
FlexCAN message buffer structure Implements : flexcan_msgbuff_t_Class. More...
#include <flexcan_hal.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 188 of file flexcan_hal.h.
uint32_t cs |
Code and Status
Definition at line 189 of file flexcan_hal.h.
uint8_t data[64] |
Bytes of the FlexCAN message
Definition at line 191 of file flexcan_hal.h.
uint8_t dataLen |
Length of data in bytes
Definition at line 192 of file flexcan_hal.h.
uint32_t msgId |
Message Buffer ID
Definition at line 190 of file flexcan_hal.h.