Structure to hold driver state. More...

Detailed Description

Structure to hold driver state.

Supposed to be extended by driver implementations. The extended structure should contain all variable driver state.

Definition at line 78 of file candev.h.

#include <candev.h>

Data Fields

const struct candev_driverdriver
 ptr to that driver's interface.
 
candev_event_cb_t event_callback
 callback for device events
 
void * isr_arg
 argument to pass on isr event
 
struct can_bittiming bittiming
 device bittimings
 
enum can_state state
 device state
 

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