Home
last modified time | relevance | path

Searched refs:IGNCR (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/vfs/test/
Dtest_vfs_uart.c248 tios.c_iflag |= IGNCR;
250 tios.c_iflag &= (~IGNCR);
252 TEST_ASSERT_EQUAL(IGNCR, tios_result.c_iflag & IGNCR);
/hal_espressif-3.6.0/components/vfs/
Dvfs_usb_serial_jtag.c298 if (p->c_iflag & IGNCR) { in usb_serial_jtag_tcsetattr()
318 p->c_iflag |= IGNCR; in usb_serial_jtag_tcgetattr()
Dvfs_uart.c548 if (p->c_iflag & IGNCR) { in uart_tcsetattr()
733 p->c_iflag |= IGNCR; in uart_tcgetattr()
/hal_espressif-3.6.0/components/newlib/platform_include/sys/
Dtermios.h50 #define IGNCR (1u << 3) /** Ignore CR. */ macro