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
 

Detailed Description

Internal driver state information.

Note
The contents of this structure are internal to the driver and should not be modified by users. Also, contents of the structure are subject to change in future releases. Implements : flexcan_state_t_Class

Definition at line 107 of file flexcan_driver.h.

Field Documentation

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.

Array containing information related to each MB

Definition at line 108 of file flexcan_driver.h.

Type of RxFIFO transfer.

Definition at line 115 of file flexcan_driver.h.


The documentation for this struct was generated from the following file: