| CAN Device Driver Internals | ||
|---|---|---|
| <<< Previous | Next >>> | |
struct canque_slot_t {
struct canque_slot_t * next;
unsigned long slot_flags;
struct canmsg_t msg;
}; |
pointer to the next/younger slot
space for flags and optional command describing action associated with slot data
space for one CAN message
| <<< Previous | Home | Next >>> |
| CAN Queues Structures and Functions | Up | struct canque_fifo_t |