RTEMS CAN/CAN FD Stack
|
This structure represents one CAN message slot in the CAN FIFO queue. More...
#include <can-queue.h>
Public Attributes | |
struct canque_slot_t * | 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.