Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dtermios.c14 speed_t cfgetispeed(const struct termios *p) in cfgetispeed()
19 speed_t cfgetospeed(const struct termios *p) in cfgetospeed()
24 int cfsetispeed(struct termios *p, speed_t sp) in cfsetispeed()
35 int cfsetospeed(struct termios *p, speed_t sp) in cfsetospeed()
/hal_espressif-latest/components/newlib/platform_include/sys/
Dtermios.h164 typedef uint32_t speed_t; typedef
174 speed_t c_ispeed; /** input baud rate */
175 speed_t c_ospeed; /** output baud rate */
188 speed_t cfgetispeed(const struct termios *p);
196 speed_t cfgetospeed(const struct termios *p);
207 int cfsetispeed(struct termios *p, speed_t sp);
218 int cfsetospeed(struct termios *p, speed_t sp);