Searched refs:stop_bits (Results 1 – 6 of 6) sorted by relevance
180 UINT8 stop_bits; member950 UINT8 stop_bits = 0; in USERIAL_Open() local1041 stop_bits = 0; in USERIAL_Open()1043 stop_bits = CSTOPB; in USERIAL_Open()1078 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity; in USERIAL_Open()1310 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits); in userial_change_rate()
166 unsigned char stop_bits; /* 1 or 2 stop bits */ member
139 int stop_bits = 1; /* Number of serial port stop bits */ variable225 { "stop-bits", o_int, &stop_bits,
282 extern int stop_bits; /* Number of serial port stop bits */
978 if (stop_bits >= 2) in set_up_tty()
1228 if (stop_bits >= 2)