![]() |
S32 SDK
|
FlexCAN Message Buffer code and status for transmit and receive Implements : flexcan_msgbuff_code_status_t_Class. More...
#include <flexcan_hal.h>
Data Fields | |
uint32_t | code |
flexcan_msgbuff_id_type_t | msgIdType |
uint32_t | dataLen |
bool | fd_enable |
uint8_t | fd_padding |
bool | enable_brs |
FlexCAN Message Buffer code and status for transmit and receive Implements : flexcan_msgbuff_code_status_t_Class.
Definition at line 175 of file flexcan_hal.h.
uint32_t code |
MB code for TX or RX buffers.
Definition at line 176 of file flexcan_hal.h.
uint32_t dataLen |
Length of Data in Bytes
Definition at line 179 of file flexcan_hal.h.
bool enable_brs |
Definition at line 182 of file flexcan_hal.h.
bool fd_enable |
Definition at line 180 of file flexcan_hal.h.
uint8_t fd_padding |
Definition at line 181 of file flexcan_hal.h.
flexcan_msgbuff_id_type_t msgIdType |
Defined by flexcan_mb_code_rx_t and flexcan_mb_code_tx_t Type of message ID (standard or extended)
Definition at line 178 of file flexcan_hal.h.