Home | History | Annotate | Download | only in adaptation

Lines Matching full:c_cflag

1022             termios.c_cflag &= ~(CSIZE | PARENB);
1023 termios.c_cflag = CLOCAL|CREAD|data_bits|stop_bits|parity;
1025 termios.c_cflag |= IGNPAR;
1026 // termios.c_cflag &= ~CRTSCTS;
1255 termios.c_cflag |= (CLOCAL | CREAD | CRTSCTS | stop_bits);