Home
last modified time | relevance | path

Searched refs:c_ispeed (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/vfs/test/
Dtest_vfs_uart.c307 tios.c_ispeed = tios.c_ospeed = B38400;
311 TEST_ASSERT_EQUAL(B38400, tios_result.c_ispeed);
317 tios.c_ispeed = tios.c_ospeed = B230400;
322 TEST_ASSERT_EQUAL(230423, tios_result.c_ispeed);
328 tios.c_ispeed = tios.c_ospeed = 42321;
332 TEST_ASSERT_EQUAL(42321, tios_result.c_ispeed);
/hal_espressif-3.6.0/components/newlib/
Dtermios.c24 return p ? p->c_ispeed : B0; in cfgetispeed()
35 p->c_ispeed = sp; in cfsetispeed()
/hal_espressif-3.6.0/components/vfs/
Dvfs_uart.c600 if (p->c_ispeed != p->c_ospeed) { in uart_tcsetattr()
606 b = p->c_ispeed; in uart_tcsetattr()
608 switch (p->c_ispeed) { in uart_tcsetattr()
921 p->c_ispeed = p->c_ospeed = sp; in uart_tcgetattr()
Dvfs_usb_serial_jtag.c328 p->c_ispeed = p->c_ospeed = 1000000; in usb_serial_jtag_tcgetattr()
/hal_espressif-3.6.0/components/newlib/platform_include/sys/
Dtermios.h182 speed_t c_ispeed; /** input baud rate */ member