Searched refs:CSTOPB (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/device/
H A DSerialPort.cpp574 options.c_cflag &= ~(CRTSCTS | CSIZE | CSTOPB | PARODD | PARENB);
588 options.c_cflag |= CSTOPB; // Set 2 stop bits
/haiku/headers/posix/
H A Dtermios.h120 #define CSTOPB 0x40 /* send 2 stop bits, not 1 */ macro
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp153 if (tios->c_cflag & CSTOPB)
212 lineCoding.stopbits = (tios->c_cflag & CSTOPB) ? LC_STOP_BIT_2 : LC_STOP_BIT_1;
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp188 lineCoding.stopbits = (tios->c_cflag & CSTOPB)

Completed in 45 milliseconds