CAN Device Driver Internals | ||
---|---|---|
<<< Previous | Next >>> |
struct canhardware_t { int nr_boards; struct rtr_id * rtr_queue; spinlock_t rtr_lock; struct candevice_t * * candevice; }; |
number of present boards
RTR - remote transmission request queue (expect some changes there)
locking for RTR queue
array of pointers to CAN devices/boards
<<< Previous | Home | Next >>> |
Driver Internal Documentation | Up | struct candevice_t |