/Zephyr-latest/boards/native/nrf_bsim/ |
D | argparse.c | 48 .descript = "Which of the bs tests shall be run. Run -testslist for more info" in nrfbsim_register_args() 55 .descript = "Print information about the available bs application tests" in nrfbsim_register_args() 64 .descript = "Alias of cpu" STRINGIFY(CONFIG_NATIVE_SIMULATOR_MCU_N) "_testid" in nrfbsim_register_args() 71 .descript = "Alias of cpu" STRINGIFY(CONFIG_NATIVE_SIMULATOR_MCU_N) "_testslist" in nrfbsim_register_args() 80 .descript = "Automatically start CPU" STRINGIFY(CONFIG_NATIVE_SIMULATOR_MCU_N) in nrfbsim_register_args()
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | phy_sync_ctrl.c | 145 .descript = "Offset in time (at the start of the simulation) of this device. " in phy_sync_ctrl_register_args() 153 .descript = "Postpone HW initialization and CPU boot until the Phy has " in phy_sync_ctrl_register_args() 161 .descript = "Clear sync_preinit. Note that by default sync_preinit is not set" in phy_sync_ctrl_register_args() 168 .descript = "Postpone CPU boot (but not HW initialization) until the " in phy_sync_ctrl_register_args() 177 .descript = "Clear sync_preboot. Note that by default sync_preboot is not set" in phy_sync_ctrl_register_args() 184 .descript = "If start_offset is used, postpone HW initialization and CPU boot " in phy_sync_ctrl_register_args() 192 .descript = "Clear delay_init. Note that by default delay_init is not set" in phy_sync_ctrl_register_args() 200 .descript = "Set the max Phy synchronization offset, that is, how far the device " in phy_sync_ctrl_register_args()
|
D | bsim_args_runner.c | 100 .descript = "Do not connect to the Physical layer simulator" in bsim_register_basic_args() 108 .descript = "The arguments that follow will be passed straight to the testcase " in bsim_register_basic_args() 117 .descript = "The arguments that follow will be passed straight to cpu<n>'s " in bsim_register_basic_args() 126 .descript = "The arguments that follow will be passed to main (default)" in bsim_register_basic_args() 133 .descript = "Print information about each MCUs", in bsim_register_basic_args()
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_trace.c | 135 .descript = "(default) Enable color in traces if printing to console" in nsi_add_tracing_options() 142 .descript = "Disable color in traces even if printing to console" in nsi_add_tracing_options() 149 .descript = "Enable color in traces even if printing to files/pipes" in nsi_add_tracing_options()
|
D | timer_model.c | 480 .descript = "Slow down the execution to the host real time, " in nsi_add_time_options() 488 .descript = "Do NOT slow down the execution to real time, but advance " in nsi_add_time_options() 498 .descript = "Drift of the simulated clock relative to the host real time. " in nsi_add_time_options() 508 .descript = "Relative speed of the simulated time vs real time. " in nsi_add_time_options() 522 .descript = "At boot, offset the RTC clock by this amount of seconds" in nsi_add_time_options() 529 .descript = "Start the simulated real time clock at 0. Otherwise it starts " in nsi_add_time_options() 538 .descript = "In simulated seconds, when to stop automatically" in nsi_add_time_options()
|
D | nsi_cmdline.c | 93 .descript = "Any argument that follows will be ignored by the top level, " in nsi_add_testargs_option()
|
D | nsi_cmdline_common.c | 339 toprint = args_struct[count].descript; in nsi_cmd_print_long_help()
|
/Zephyr-latest/drivers/entropy/ |
D | fake_entropy_native_posix.c | 109 .descript = "A 32-bit integer seed value for the entropy device, such as " in add_fake_entropy_option() 117 .descript = "Seed the random generator from /dev/urandom. " in add_fake_entropy_option()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_central.c | 81 .descript = "Simulation ID counter", in central_test_args_parse() 88 .descript = "Address type to test", in central_test_args_parse() 95 .descript = "", in central_test_args_parse() 102 .descript = "", in central_test_args_parse()
|
D | test_undirected_peripheral.c | 90 .descript = "Simulation ID counter", in peripheral_test_args_parse() 97 .descript = "Address type to test", in peripheral_test_args_parse() 104 .descript = "Use Extended Advertising", in peripheral_test_args_parse() 111 .descript = "Use a scannable advertiser for the test", in peripheral_test_args_parse() 118 .descript = "Use a connectable advertiser for the test", in peripheral_test_args_parse()
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty.c | 237 .descript = "Automatically attach to the UART terminal" in np_add_uart_options() 244 .descript = "Command used to automatically attach to the terminal (implies " in np_add_uart_options() 254 .descript = "Hold writes to the uart/pts until a client is connected/ready" in np_add_uart_options()
|
D | uart_native_tty.c | 421 .descript = "Set a serial port for " INST_NAME(inst) " uart device, " \ 429 .descript = "Set a baudrate for " INST_NAME(inst) " device, overriding the " \
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_simulator.c | 272 .descript = "Path to binary file to be used as EEPROM, by default " in eeprom_native_options() 278 .descript = "Erase the EEPROM content at startup"}, in eeprom_native_options() 283 .descript = "Remove the EEPROM file when terminating the execution"}, in eeprom_native_options() 288 .descript = "Instead of a file, keep the file content just in RAM. If this is " in eeprom_native_options()
|
/Zephyr-latest/scripts/native_simulator/native/src/include/ |
D | nsi_cmdline.h | 66 char *descript; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | common.c | 28 .descript = "Sample data set ID", in test_args_parse()
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_posix.c | 52 .descript = "File name for tracing output.", in tracing_backend_posix_option()
|
/Zephyr-latest/boards/native/native_posix/ |
D | cmdline_common.h | 67 char *descript; member
|
D | cmdline_common.c | 337 toprint = args_struct[count].descript; in cmd_print_long_help()
|
/Zephyr-latest/drivers/flash/ |
D | flash_simulator.c | 461 .descript = "Path to binary file to be used as flash, by default \"" in flash_native_options() 467 .descript = "Erase the flash content at startup" }, in flash_native_options() 472 .descript = "Remove the flash file when terminating the execution" }, in flash_native_options() 477 .descript = "Instead of a file, keep the file content just in RAM. If this is " in flash_native_options()
|
/Zephyr-latest/drivers/input/ |
D | linux_evdev.c | 37 .descript = "Path of the evdev device to use", in linux_evdev_options()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/ |
D | bs_sync.c | 26 .descript = "Number of devices which will connect in this phy", in register_more_cmd_args()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/ |
D | bs_sync.c | 26 .descript = "Number of devices which will connect in this phy", in register_more_cmd_args()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_lcd.c | 78 .descript = "Current composition data page"}, in test_args_parse() 83 .descript = "Composition data has changed"}, in test_args_parse()
|
D | test_dfu.c | 68 .descript = "Number of targets to upgrade" in test_args_parse() 75 .descript = "Request target to fail confirm step" in test_args_parse() 82 .descript = "Expected DFU Server phase value restored from flash" in test_args_parse() 89 .descript = "Recover DFU server phase" in test_args_parse()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | common.c | 179 .descript = "Number of devices which will connect in this phy", in register_more_cmd_args()
|