Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty.c48 char *attach_cmd; member
77 if (u_el->attach_cmd != NULL) { in nhw_upty_init()
86 if (u_el->attach_cmd == NULL) { in nhw_upty_init()
87 u_el->attach_cmd = DEFAULT_CMD; 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()
270 args[OPT_PER_UART*i + 2].dest = &upty_st[i].attach_cmd; in nhw_upty_backend_register_cmdline()