Searched refs:CSTOPB (Results 1 – 20 of 20) sorted by relevance
185 options.c_cflag &= (uint32_t) ~CSTOPB; // set 1 stop bits in jerryx_debugger_serial_configure_attributes()190 options.c_cflag |= CSTOPB; // set 2 stop bits in jerryx_debugger_serial_configure_attributes()
118 #define CSTOPB 0000100 macro
119 #define CSTOPB 0000100 macro
122 #define CSTOPB 00002000 macro
95 C(CSTOPB) in f()
456 storage.c_cflag &= ~CSTOPB;459 storage.c_cflag |= CSTOPB;491 value_ = (storage.c_cflag & CSTOPB) ? two : one;
112 CSIZE | CSTOPB | PARENB in callback_raw_test()
152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD); in termios_init()
84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
545 {"CSTOPB", CSTOPB},