Searched refs:options (Results 1 – 7 of 7) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_UART_backend_pty.c | 246 static char options[NHW_UARTE_TOTAL_INST][OPT_PER_UART][OPTION_LEN]; in nhw_upty_backend_register_cmdline() local 250 snprintf(options[i][0], OPTION_LEN, "uart%i_pty", i); in nhw_upty_backend_register_cmdline() 251 snprintf(options[i][1], OPTION_LEN, "uart%i_pty_attach", i); in nhw_upty_backend_register_cmdline() 252 snprintf(options[i][2], OPTION_LEN, "uart%i_pty_attach_cmd", i); in nhw_upty_backend_register_cmdline() 253 snprintf(options[i][3], OPTION_LEN, "uart%i_pty_respect_RTS", i); in nhw_upty_backend_register_cmdline() 255 args[OPT_PER_UART*i].option = options[i][0]; in nhw_upty_backend_register_cmdline() 261 args[OPT_PER_UART*i + 1].option = options[i][1]; in nhw_upty_backend_register_cmdline() 267 args[OPT_PER_UART*i + 2].option = options[i][2]; in nhw_upty_backend_register_cmdline() 273 args[OPT_PER_UART*i + 3].option = options[i][3]; in nhw_upty_backend_register_cmdline()
|
D | NHW_UART_be_loopb.c | 63 static char options[NHW_UARTE_TOTAL_INST][OPTION_LEN]; in nhw_ublb_register_cmdline() local 66 snprintf(options[i], OPTION_LEN, "uart%i_loopback", i); in nhw_ublb_register_cmdline() 69 args[i].option = options[i]; in nhw_ublb_register_cmdline()
|
D | NHW_UART_backend_fifo.c | 559 static char options[NHW_UARTE_TOTAL_INST][2][OPTION_LEN]; in nhw_ufifo_backend_register_cmdline() local 563 snprintf(options[i][0], OPTION_LEN, "uart%i_fifob_txfile", i); in nhw_ufifo_backend_register_cmdline() 564 snprintf(options[i][1], OPTION_LEN, "uart%i_fifob_rxfile", i); in nhw_ufifo_backend_register_cmdline() 566 args2[2*i].option = options[i][0]; in nhw_ufifo_backend_register_cmdline() 572 args2[2*i + 1].option = options[i][1]; in nhw_ufifo_backend_register_cmdline()
|
D | NHW_UART.c | 1460 static char options[NHW_UARTE_TOTAL_INST][2][OPTION_LEN]; in nhw_uart_register_cmdline() local 1464 snprintf(options[i][0], OPTION_LEN, "uart%i_log_txfile", i); in nhw_uart_register_cmdline() 1465 snprintf(options[i][1], OPTION_LEN, "uart%i_log_rxfile", i); in nhw_uart_register_cmdline() 1467 args2[2*i].option = options[i][0]; in nhw_uart_register_cmdline() 1473 args2[2*i + 1].option = options[i][1]; in nhw_uart_register_cmdline()
|
/nrf_hw_models-latest/docs/ |
D | UART.md | 20 Enabling this and selecting the file is done with command line options. 98 Check the command line options with `-help`.
|
D | README.md | 59 not all features or options are modeled. This is typically the case for HW functionality
|
D | README_HW_models.md | 225 These models register their own command line arguments/options using
|