![]() |
RTEMS 7.0-rc1
|
This structure represents one CAN message slot in the CAN FIFO queue. More...
#include <can-queue.h>
Data Fields | |
| struct rtems_can_queue_slot * | next |
| Pointer to next/younger slot. | |
| atomic_uint | slot_flags |
| Space for flags and optional command describing action associated with slot data. | |
| struct can_frame | frame |
| This member holds can_frame structure representing one CAN frame/message. | |
This structure represents one CAN message slot in the CAN FIFO queue.