![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Holds a struct termios that can be modified using the verbose alternatives. More...
#include <serial_options.h>
Data Fields | |
struct termios | termios |
Standard structure. | |
struct { | |
struct serial_input_modes input | |
Input mode flags. | |
struct serial_output_modes output | |
Output mode flags. | |
struct serial_control_modes control | |
Control mode flags. | |
struct serial_local_modes local | |
Local mode flags. | |
union serial_control_characters control_characters | |
Terminal special characters. | |
uint32_t input_speed | |
Input line speed, see Line speed. | |
uint32_t output_speed | |
Output line speed, see Line speed. | |
}; | |
Verbose alternative. |
Holds a struct termios that can be modified using the verbose alternatives.
Verbose alternative to struct termios.
Definition at line 166 of file serial_options.h.