Searched refs:OPTION_LEN (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NHW_UART_be_loopb.c | 62 #define OPTION_LEN (4 + 2 + 9 + 1) in nhw_ublb_register_cmdline() macro 63 static char options[NHW_UARTE_TOTAL_INST][OPTION_LEN]; in nhw_ublb_register_cmdline() 66 snprintf(options[i], OPTION_LEN, "uart%i_loopback", i); in nhw_ublb_register_cmdline()
|
D | NHW_UART_backend_pty.c | 245 #define OPTION_LEN (4 + 2 + 15 + 1) in nhw_upty_backend_register_cmdline() macro 246 static char options[NHW_UARTE_TOTAL_INST][OPT_PER_UART][OPTION_LEN]; in nhw_upty_backend_register_cmdline() 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()
|
D | NHW_UART_backend_fifo.c | 558 #define OPTION_LEN (4 + 2 + 13 + 1) in nhw_ufifo_backend_register_cmdline() macro 559 static char options[NHW_UARTE_TOTAL_INST][2][OPTION_LEN]; in nhw_ufifo_backend_register_cmdline() 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()
|
D | NHW_UART.c | 1459 #define OPTION_LEN (4 + 2 + 11 + 1) in nhw_uart_register_cmdline() macro 1460 static char options[NHW_UARTE_TOTAL_INST][2][OPTION_LEN]; in nhw_uart_register_cmdline() 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()
|