UNIX devices low level information structure.
More...
Detailed Description
UNIX devices low level information structure.
dev/unix_devs.h
USART device low level information type.
Definition at line 118 of file unix_devs.h.
Field Documentation
Queue of threads waiting for a character in the input buffer.
Definition at line 150 of file unix_devs.h.
pthread_mutex_t UNIXDCB::dcb_rx_mutex |
Mutex to protect rx trigger.
Definition at line 154 of file unix_devs.h.
pthread_cond_t UNIXDCB::dcb_rx_trigger |
Conditional Variable to trigger read thread.
Definition at line 158 of file unix_devs.h.
The documentation for this struct was generated from the following file: