![]() |
S32 SDK
|
Information needed for internal handling of a given MB. Implements : flexcan_mb_handle_t_Class. More...
#include <flexcan_driver.h>
Data Fields | |
flexcan_msgbuff_t * | mb_message |
semaphore_t | mbSema |
flexcan_mb_state_t | state |
bool | isBlocking |
bool | isRemote |
Information needed for internal handling of a given MB. Implements : flexcan_mb_handle_t_Class.
Definition at line 91 of file flexcan_driver.h.
bool isBlocking |
True if the transfer is blocking
Definition at line 95 of file flexcan_driver.h.
bool isRemote |
True if the frame is a remote frame
Definition at line 96 of file flexcan_driver.h.
flexcan_msgbuff_t* mb_message |
The FlexCAN MB structure
Definition at line 92 of file flexcan_driver.h.
semaphore_t mbSema |
Semaphore used for signaling completion of a blocking transfer
Definition at line 93 of file flexcan_driver.h.
flexcan_mb_state_t state |
The state of the current MB (idle/Rx busy/Tx busy)
Definition at line 94 of file flexcan_driver.h.