Data Fields | |
list_head | list |
most_sync_dev * | sync_dev |
frame_part | part_rx |
frame_part | part_tx |
bool | rx_running |
bool | tx_running |
int | reader_index |
int | writer_index |
Definition at line 165 of file most-sync.h.
struct list_head most_sync_file::list |
embeddable in the most_sync_dev structure
Definition at line 166 of file most-sync.h.
Referenced by most_sync_do_open(), and most_sync_do_release().
the synchronous device which belongs to that file
Definition at line 168 of file most-sync.h.
Referenced by most_sync_do_open(), most_sync_do_release(), most_sync_read(), most_sync_setup_rx(), most_sync_setup_tx(), most_sync_stop_rx(), most_sync_stop_tx(), and most_sync_write().
frame part for reception
Definition at line 170 of file most-sync.h.
Referenced by most_sync_read().
frame part for transmission
Definition at line 171 of file most-sync.h.
Referenced by most_sync_write().
state of the sender
Definition at line 172 of file most-sync.h.
Referenced by most_sync_do_release(), most_sync_read(), and most_sync_setup_rx().
state of the receiver
Definition at line 173 of file most-sync.h.
Referenced by most_sync_do_release(), most_sync_setup_tx(), and most_sync_write().
reader number for the rx buffer, only valid if rx_running
is true
Definition at line 174 of file most-sync.h.
Referenced by most_sync_read().
writer number for the tx buffer, only valid if tx_running
is true
Definition at line 177 of file most-sync.h.
Referenced by most_sync_write().