Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_uart.c33 static struct termios term_orig; variable
59 tcsetattr(0, TCSANOW, &term_orig); in exit_cleanup()
71 tcgetattr(0, &term_orig); in aos_hal_uart_init()
72 term_vi = term_orig; in aos_hal_uart_init()
95 tcsetattr(0, TCSANOW, &term_orig); in aos_hal_uart_finalize()

Completed in 5 milliseconds