Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty_int.c103 struct termios ter; in nhw_upty_open_ptty() local
158 ret = tcgetattr(master_pty, &ter); in nhw_upty_open_ptty()
162 ter.c_cc[VMIN] = 0; in nhw_upty_open_ptty()
163 ter.c_cc[VTIME] = 0; in nhw_upty_open_ptty()
164 ter.c_lflag &= ~(ICANON | ISIG | IEXTEN | ECHO); in nhw_upty_open_ptty()
165 ter.c_iflag &= ~(BRKINT | ICRNL | IGNBRK | IGNCR | INLCR | INPCK in nhw_upty_open_ptty()
167 ter.c_oflag &= ~OPOST; in nhw_upty_open_ptty()
168 ret = tcsetattr(master_pty, TCSANOW, &ter); in nhw_upty_open_ptty()