Searched refs:uart_name (Results 1 – 3 of 3) sorted by relevance
| /nrf_hw_models-latest/src/HW_models/ |
| D | NHW_UART_backend_pty_int.h | 13 int nhw_upty_open_ptty(const char *uart_name, const char *auto_attach_cmd,
|
| D | NHW_UART_backend_pty_int.c | 98 int nhw_upty_open_ptty(const char *uart_name, const char *auto_attach_cmd, in nhw_upty_open_ptty() argument 174 uart_name, slave_pty_name); in nhw_upty_open_ptty()
|
| D | NHW_UART_backend_pty.c | 91 char uart_name[50]; in nhw_upty_init() local 92 snprintf(uart_name, 50, "UART %i (%s)", i, uart_names[i]); in nhw_upty_init() 93 int pty_fd = nhw_upty_open_ptty(uart_name, u_el->attach_cmd, u_el->auto_attach, wait_for_pty); in nhw_upty_init()
|