![]() |
S32 SDK
|
Internal driver state information. More...
#include <flexcan_driver.h>
Data Fields | |
volatile flexcan_mb_handle_t | mbs [FEATURE_CAN_MAX_MB_NUM] |
void(* | callback )(uint8_t instance, flexcan_event_type_t eventType, struct FlexCANState *state) |
void * | callbackParam |
flexcan_rxfifo_transfer_type_t | transferType |
Internal driver state information.
Definition at line 107 of file flexcan_driver.h.
void(* callback) (uint8_t instance, flexcan_event_type_t eventType, struct FlexCANState *state) |
IRQ handler callback function.
Definition at line 109 of file flexcan_driver.h.
void* callbackParam |
Parameter used to pass user data when invoking the callback function.
Definition at line 111 of file flexcan_driver.h.
volatile flexcan_mb_handle_t mbs[FEATURE_CAN_MAX_MB_NUM] |
Array containing information related to each MB
Definition at line 108 of file flexcan_driver.h.
flexcan_rxfifo_transfer_type_t transferType |
Type of RxFIFO transfer.
Definition at line 115 of file flexcan_driver.h.