Searched refs:IGNCR (Results 1 – 4 of 4) sorted by relevance
248 tios.c_iflag |= IGNCR;250 tios.c_iflag &= (~IGNCR);252 TEST_ASSERT_EQUAL(IGNCR, tios_result.c_iflag & IGNCR);
298 if (p->c_iflag & IGNCR) { in usb_serial_jtag_tcsetattr()318 p->c_iflag |= IGNCR; in usb_serial_jtag_tcgetattr()
548 if (p->c_iflag & IGNCR) { in uart_tcsetattr()733 p->c_iflag |= IGNCR; in uart_tcgetattr()
50 #define IGNCR (1u << 3) /** Ignore CR. */ macro