Home | History | Annotate | Download | only in adaptation

Lines Matching refs:stop_bits

179     UINT8       stop_bits;
949 UINT8 stop_bits = 0;
1040 stop_bits = 0;
1042 stop_bits = CSTOPB;
1077 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity;
1309 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);