RTEMS CAN/CAN FD Stack
|
This structure holds the user's (application) side of queue's ends. More...
#include <can-devcommon.h>
Public Attributes | |
struct rtems_can_queue_ends | base |
This member holds base rtems_can_queue_ends structure. | |
rtems_binary_semaphore | sem_read |
This member holds semaphore informing the user's side there is a new message to be read. | |
rtems_binary_semaphore | sem_write |
This member holds semaphore informing the user's side there is a free space to write message. | |
rtems_binary_semaphore | sem_sync |
This member holds semaphore synchronizing queues during close operation. It informs all messages were sent from the queue. | |
This structure holds the user's (application) side of queue's ends.