Home | History | Annotate | Download | only in adaptation

Lines Matching full:stop_bits

150     UINT8       stop_bits;
897 UINT8 stop_bits = 0;
986 stop_bits = 0;
988 stop_bits = CSTOPB;
1023 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity;
1255 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);