struct canhardware_t

Name

struct canhardware_t --  structure representing pointers to all CAN boards

Synopsis

struct canhardware_t {
  int nr_boards;
  struct rtr_id * rtr_queue;
  spinlock_t rtr_lock;
  struct candevice_t * * candevice;
};  

Members

nr_boards

number of present boards

rtr_queue

RTR - remote transmission request queue (expect some changes there)

rtr_lock

locking for RTR queue

candevice

array of pointers to CAN devices/boards