Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/newlib/platform_include/sys/
Dtermios.h172 typedef uint32_t speed_t; typedef
182 speed_t c_ispeed; /** input baud rate */
183 speed_t c_ospeed; /** output baud rate */
196 speed_t cfgetispeed(const struct termios *p);
204 speed_t cfgetospeed(const struct termios *p);
215 int cfsetispeed(struct termios *p, speed_t sp);
226 int cfsetospeed(struct termios *p, speed_t sp);
/hal_espressif-3.6.0/components/newlib/
Dtermios.c22 speed_t cfgetispeed(const struct termios *p) in cfgetispeed()
27 speed_t cfgetospeed(const struct termios *p) in cfgetospeed()
32 int cfsetispeed(struct termios *p, speed_t sp) in cfsetispeed()
43 int cfsetospeed(struct termios *p, speed_t sp) in cfsetospeed()
/hal_espressif-3.6.0/components/vfs/
Dvfs_uart.c820 speed_t sp; in uart_tcgetattr()