RTEMS CAN/CAN FD Stack
All Classes Files Functions Variables Enumerations Enumerator Macros Modules Pages
Public Attributes | List of all members
rtems_can_queue_ends_user_t Struct Reference

This structure holds the user's (application) side of queue's ends. More...

#include <can-devcommon.h>

Collaboration diagram for rtems_can_queue_ends_user_t:
Collaboration graph
[legend]

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.
 

Detailed Description

This structure holds the user's (application) side of queue's ends.


The documentation for this struct was generated from the following file: