Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Duart.c61 static void restore_stdout_termios(void) { tcsetattr(s_out_fd, TCSAFLUSH, &original_stdout_termios)… in restore_stdout_termios() function
66 restore_stdout_termios(); in platformUartRestore()
92 atexit(&restore_stdout_termios); in otPlatUartEnable()