Home
last modified time | relevance | path

Searched defs:tio (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/libc/termios/
H A Dposix_termios.c17 int tcgetattr(int fd, struct termios *tio) in tcgetattr()
26 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr()
62 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed()
67 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed()
72 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed()
85 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
133 int cfsetspeed(struct termios *tio, speed_t speed) in cfsetspeed()
/nrf52832-nimble/rt-thread/components/drivers/serial/
H A Dserial.c973 struct termios *tio = (struct termios*)args; in rt_serial_control() local
1014 struct termios *tio = (struct termios*)args; in rt_serial_control() local