Home | History | Annotate | Download | only in adaptation

Lines Matching defs:stop_bits

186   uint8_t stop_bits;
921 uint8_t stop_bits = 0;
1006 stop_bits = 0;
1008 stop_bits = CSTOPB;
1041 termios.c_cflag = CLOCAL | CREAD | data_bits | stop_bits | parity;
1260 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);