Home
last modified time | relevance | path

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

/external/openthread/examples/platforms/simulation/
Duart.c55 static struct termios original_stdout_termios; variable
64 tcsetattr(s_out_fd, TCSAFLUSH, &original_stdout_termios); in restore_stdout_termios()
95 tcgetattr(s_out_fd, &original_stdout_termios); in otPlatUartEnable()