Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_fifo.c553 static bs_args_struct_t args2[2*NHW_UARTE_TOTAL_INST + 1 /* End marker */]; in nhw_ufifo_backend_register_cmdline() local
566 args2[2*i].option = options[i][0]; in nhw_ufifo_backend_register_cmdline()
567 args2[2*i].name = opt_name; in nhw_ufifo_backend_register_cmdline()
568 args2[2*i].type = 's'; in nhw_ufifo_backend_register_cmdline()
569 args2[2*i].dest = &ufifo_st[i].fifo_Tx_path; in nhw_ufifo_backend_register_cmdline()
570 args2[2*i].descript = descr_tx; in nhw_ufifo_backend_register_cmdline()
572 args2[2*i + 1].option = options[i][1]; in nhw_ufifo_backend_register_cmdline()
573 args2[2*i + 1].name = opt_name; in nhw_ufifo_backend_register_cmdline()
574 args2[2*i + 1].type = 's'; in nhw_ufifo_backend_register_cmdline()
575 args2[2*i + 1].dest = &ufifo_st[i].fifo_Rx_path; in nhw_ufifo_backend_register_cmdline()
[all …]
DNHW_UART.c1456 static bs_args_struct_t args2[2*NHW_UARTE_TOTAL_INST + 1 /* End marker */]; in nhw_uart_register_cmdline() local
1467 args2[2*i].option = options[i][0]; in nhw_uart_register_cmdline()
1468 args2[2*i].name = opt_name; in nhw_uart_register_cmdline()
1469 args2[2*i].type = 's'; in nhw_uart_register_cmdline()
1470 args2[2*i].dest = &nhw_uarte_st[i].Tx_log_file_name; in nhw_uart_register_cmdline()
1471 args2[2*i].descript = descr_tx; in nhw_uart_register_cmdline()
1473 args2[2*i + 1].option = options[i][1]; in nhw_uart_register_cmdline()
1474 args2[2*i + 1].name = opt_name; in nhw_uart_register_cmdline()
1475 args2[2*i + 1].type = 's'; in nhw_uart_register_cmdline()
1476 args2[2*i + 1].dest = &nhw_uarte_st[i].Rx_log_file_name; in nhw_uart_register_cmdline()
[all …]