Data Fields | |
int | config_mask |
mask specifying valid fields, see RTSER_SET_xxx | |
int | baud_rate |
baud rate, see RTSER_xxx_BAUD | |
int | parity |
number of parity bits, see RTSER_xxx_PARITY | |
int | data_bits |
number of data bits, see RTSER_xxx_BITS | |
int | stop_bits |
number of stop bits, see RTSER_xxx_STOPB | |
int | handshake |
handshake mechanisms, see RTSER_xxx_HAND | |
int | fifo_depth |
reception FIFO interrupt threshold, see RTSER_FIFO_xxx | |
__s64 | rx_timeout |
reception timeout in ns, see RTSER_TIMEOUT_xxx for special values | |
__s64 | tx_timeout |
transmission timeout in ns, see RTSER_TIMEOUT_xxx for special values | |
__s64 | event_timeout |
event timeout in ns, see RTSER_TIMEOUT_xxx for special values | |
int | timestamp_history |
enable timestamp history, see RTSER_xxx_TIMESTAMP_HISTORY |