/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_reg_gen_onoff_client_cmd.c | 162 gen_onoff_state.opcode = arg_int0("o", NULL, "<opcode>", "message opcode"); in ble_mesh_register_gen_onoff_client_command() 163 gen_onoff_state.appkey_idx = arg_int0("a", NULL, "<appkey>", "appkey index"); in ble_mesh_register_gen_onoff_client_command() 164 gen_onoff_state.role = arg_int0("r", NULL, "<role>", "role"); in ble_mesh_register_gen_onoff_client_command() 165 gen_onoff_state.unicast_address = arg_int0("u", NULL, "<address>", "unicast address"); in ble_mesh_register_gen_onoff_client_command() 166 gen_onoff_state.net_idx = arg_int0("n", NULL, "<netkey index>", "network key index"); in ble_mesh_register_gen_onoff_client_command() 167 … gen_onoff_state.op_en = arg_int0("e", NULL, "<optional>", "whether optional parameters included"); in ble_mesh_register_gen_onoff_client_command() 168 gen_onoff_state.onoff_state = arg_int0("s", NULL, "<state>", "present onoff state"); in ble_mesh_register_gen_onoff_client_command() 169 gen_onoff_state.trans_id = arg_int0("i", NULL, "<identifier>", "transaction identifier"); in ble_mesh_register_gen_onoff_client_command() 170 gen_onoff_state.trans_time = arg_int0("t", NULL, "<time>", "time to complete state transition"); in ble_mesh_register_gen_onoff_client_command() 171 gen_onoff_state.delay = arg_int0("d", NULL, "<delay>", "indicate message execution delay"); in ble_mesh_register_gen_onoff_client_command()
|
D | ble_mesh_reg_test_perf_client_cmd.c | 172 test_perf_client_model.playload_byte = arg_int0("p", NULL, "<byte>", "playload byte"); in ble_mesh_performance_client_model_command() 173 test_perf_client_model.test_num = arg_int0("n", NULL, "<number>", "test number"); in ble_mesh_performance_client_model_command() 176 test_perf_client_model.opcode = arg_int0("o", NULL, "<opcode>", "opcode"); in ble_mesh_performance_client_model_command() 177 test_perf_client_model.unicast_address = arg_int0("u", NULL, "<address>", "unicast address"); in ble_mesh_performance_client_model_command() 178 test_perf_client_model.ttl = arg_int0("t", NULL, "<ttl>", "ttl"); in ble_mesh_performance_client_model_command() 179 test_perf_client_model.app_idx = arg_int0("a", NULL, "<appkey>", "appkey index"); in ble_mesh_performance_client_model_command() 180 test_perf_client_model.net_idx = arg_int0("i", NULL, "<network key>", "network key index"); in ble_mesh_performance_client_model_command() 181 test_perf_client_model.dev_role = arg_int0("d", NULL, "<role>", "device role"); in ble_mesh_performance_client_model_command() 195 test_perf_client_model_statistics.test_size = arg_int0("s", NULL, "<test size>", "test size"); in ble_mesh_performance_client_model_command() 196 … test_perf_client_model_statistics.node_num = arg_int0("n", NULL, "<node number>", "node number"); in ble_mesh_performance_client_model_command() [all …]
|
D | ble_mesh_register_cmd.c | 1002 component.model_type = arg_int0("m", NULL, "<model>", "mesh model"); in ble_mesh_register_cmd() 1003 component.config_index = arg_int0("c", NULL, "<index>", "mesh model op"); in ble_mesh_register_cmd() 1005 component.pub_config = arg_int0("p", NULL, "<publish>", "publish message buffer"); in ble_mesh_register_cmd() 1018 deinit.action = arg_int0("o", NULL, "<action>", "deinit action"); in ble_mesh_register_cmd() 1033 provisioner_addr.addr_type = arg_int0("a", NULL, "<type>", "address type"); in ble_mesh_register_cmd() 1034 provisioner_addr.flag = arg_int0("f", NULL, "<flag>", "address flag"); in ble_mesh_register_cmd() 1036 provisioner_addr.bearer = arg_int0("b", NULL, "<bearer>", "used bearer"); in ble_mesh_register_cmd() 1037 provisioner_addr.oob_info = arg_int0("o", NULL, "<oob info>", "oob information"); in ble_mesh_register_cmd() 1050 oob.static_val_len = arg_int0("l", NULL, "<length>", "Static OOB value length"); in ble_mesh_register_cmd() 1051 oob.output_size = arg_int0("x", NULL, "<size>", "Maximum size of Output OOB"); in ble_mesh_register_cmd() [all …]
|
D | ble_mesh_reg_cfg_client_cmd.c | 379 configuration_client_model_operation.opcode = arg_int0("o", NULL, "<opcode>", "message opcode"); in ble_mesh_register_configuration_client_model_command() 380 …configuration_client_model_operation.unicast_address = arg_int0("u", NULL, "<address>", "unicast a… in ble_mesh_register_configuration_client_model_command() 381 … configuration_client_model_operation.net_idx = arg_int0("n", NULL, "<network>", "net work index"); in ble_mesh_register_configuration_client_model_command() 382 …configuration_client_model_operation.appkey_index = arg_int0("i", NULL, "<index>", "appkey index"); in ble_mesh_register_configuration_client_model_command() 383 …configuration_client_model_operation.relay_statue = arg_int0("r", NULL, "<relay>", "relay statue"); in ble_mesh_register_configuration_client_model_command() 384 …configuration_client_model_operation.relay_transmit = arg_int0("t", NULL, "<transmit>", "relay tra… in ble_mesh_register_configuration_client_model_command() 385 configuration_client_model_operation.cid = arg_int0("c", NULL, "<cid>", "company id"); in ble_mesh_register_configuration_client_model_command() 386 configuration_client_model_operation.value = arg_int0("v", NULL, "<value>", "value"); in ble_mesh_register_configuration_client_model_command() 387 configuration_client_model_operation.addr = arg_int0("a", NULL, "<address>", "address"); in ble_mesh_register_configuration_client_model_command() 388 configuration_client_model_operation.mod_id = arg_int0("m", NULL, "<mod id>", "model id"); in ble_mesh_register_configuration_client_model_command() [all …]
|
/hal_espressif-3.4.0/examples/peripherals/i2c/i2c_tools/main/ |
D | cmd_i2ctools.c | 99 i2cconfig_args.port = arg_int0(NULL, "port", "<0|1>", "Set the I2C bus port number"); in register_i2cconfig() 100 i2cconfig_args.freq = arg_int0(NULL, "freq", "<Hz>", "Set the frequency(Hz) of I2C bus"); in register_i2cconfig() 227 …i2cget_args.register_address = arg_int0("r", "register", "<register_addr>", "Specify the address o… in register_i2cget() 228 …i2cget_args.data_length = arg_int0("l", "length", "<length>", "Specify the length to read from tha… in register_i2cget() 293 …i2cset_args.register_address = arg_int0("r", "register", "<register_addr>", "Specify the address o… in register_i2cset() 390 i2cdump_args.size = arg_int0("s", "size", "<size>", "Specify the size of each read"); in register_i2cdump()
|
/hal_espressif-3.4.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/components/cmd_system/ |
D | cmd_system.c | 223 arg_int0("t", "time", "<t>", "Wake up time, ms"); in register_deep_sleep() 225 arg_int0(NULL, "io", "<n>", in register_deep_sleep() 228 arg_int0(NULL, "io_level", "<0|1>", "GPIO level to trigger wakeup"); in register_deep_sleep() 316 arg_int0("t", "time", "<t>", "Wake up time, ms"); in register_light_sleep()
|
/hal_espressif-3.4.0/examples/system/console/advanced/components/cmd_system/ |
D | cmd_system.c | 248 arg_int0("t", "time", "<t>", "Wake up time, ms"); in register_deep_sleep() 251 arg_int0(NULL, "io", "<n>", in register_deep_sleep() 254 arg_int0(NULL, "io_level", "<0|1>", "GPIO level to trigger wakeup"); in register_deep_sleep() 348 arg_int0("t", "time", "<t>", "Wake up time, ms"); in register_light_sleep()
|
/hal_espressif-3.4.0/examples/ethernet/iperf/main/ |
D | cmd_ethernet.c | 353 iperf_args.port = arg_int0("p", "port", "<port>", in register_ethernet() 355 iperf_args.length = arg_int0("l", "len", "<length>", "set read/write buffer size"); in register_ethernet() 356 iperf_args.interval = arg_int0("i", "interval", "<interval>", in register_ethernet() 358 …iperf_args.time = arg_int0("t", "time", "<time>", "time in seconds to transmit for (default 10 sec… in register_ethernet() 359 …iperf_args.bw_limit = arg_int0("b", "bandwidth", "<bandwidth>", "bandwidth to send at in Mbits/sec… in register_ethernet()
|
/hal_espressif-3.4.0/components/mdns/ |
D | mdns_console.c | 105 mdns_query_a_args.timeout = arg_int0("t", "timeout", "<timeout>", "Timeout for this query"); in register_mdns_query_a() 163 mdns_query_a_args.timeout = arg_int0("t", "timeout", "<timeout>", "Timeout for this query"); in register_mdns_query_aaaa() 225 mdns_query_srv_args.timeout = arg_int0("t", "timeout", "<timeout>", "Timeout for this query"); in register_mdns_query_srv() 287 mdns_query_txt_args.timeout = arg_int0("t", "timeout", "<timeout>", "Timeout for this query"); in register_mdns_query_txt() 352 mdns_query_ptr_args.timeout = arg_int0("t", "timeout", "<timeout>", "Timeout for this query"); in register_mdns_query_ptr() 353 …mdns_query_ptr_args.max_results = arg_int0("m", "max_results", "<max_results>", "Maximum results r… in register_mdns_query_ptr() 420 mdns_query_ip_args.timeout = arg_int0("t", "timeout", "<timeout>", "Timeout for this query"); in register_mdns_query_ip() 421 …mdns_query_ip_args.max_results = arg_int0("m", "max_results", "<max_results>", "Maximum results re… in register_mdns_query_ip() 489 mdns_query_svc_args.timeout = arg_int0("t", "timeout", "<timeout>", "Timeout for this query"); in register_mdns_query_svc() 490 …mdns_query_svc_args.max_results = arg_int0("m", "max_results", "<max_results>", "Maximum results r… in register_mdns_query_svc()
|
/hal_espressif-3.4.0/examples/wifi/iperf/main/ |
D | cmd_wifi.c | 487 iperf_args.port = arg_int0("p", "port", "<port>", "server port to listen on/connect to"); in register_wifi() 488 iperf_args.length = arg_int0("l", "len", "<length>", "Set read/write buffer size"); in register_wifi() 489 …iperf_args.interval = arg_int0("i", "interval", "<interval>", "seconds between periodic bandwidth … in register_wifi() 490 …iperf_args.time = arg_int0("t", "time", "<time>", "time in seconds to transmit for (default 10 sec… in register_wifi() 491 …iperf_args.bw_limit = arg_int0("b", "bandwidth", "<bandwidth>", "bandwidth to send at in Mbits/sec… in register_wifi()
|
/hal_espressif-3.4.0/examples/protocols/icmp_echo/main/ |
D | echo_example_main.c | 156 … ping_args.data_size = arg_int0("s", "size", "<n>", "Specify the number of data bytes to be sent"); in register_ping() 157 ping_args.count = arg_int0("c", "count", "<n>", "Stop after sending count packets"); in register_ping() 158 ping_args.tos = arg_int0("Q", "tos", "<n>", "Set Type of Service related bits in IP datagrams"); in register_ping()
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/ |
D | cmd_wifi.c | 488 iperf_args.port = arg_int0("p", "port", "<port>", "server port to listen on/connect to"); in register_wifi() 489 iperf_args.length = arg_int0("l", "len", "<length>", "set read/write buffer size"); in register_wifi() 490 …iperf_args.interval = arg_int0("i", "interval", "<interval>", "seconds between periodic bandwidth … in register_wifi() 491 …iperf_args.time = arg_int0("t", "time", "<time>", "time in seconds to transmit for (default 10 sec… in register_wifi()
|
/hal_espressif-3.4.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/ |
D | cmd_mcpwm_motor.c | 204 motor_ctrl_config_args.period = arg_int0("T", "period", "<ms>", "Set motor control period"); in register_motor_ctrl_config() 257 …motor_ctrl_motor_args.start = arg_int0("u", "start", "<seconds>", "Set running seconds for motor, … in register_motor_ctrl_motor()
|
/hal_espressif-3.4.0/examples/wifi/ftm/main/ |
D | ftm_main.c | 583 …ftm_args.frm_count = arg_int0("c", "frm_count", "<0/8/16/24/32/64>", "FTM frames to be exchanged (… in register_wifi() 584 …ftm_args.burst_period = arg_int0("p", "burst_period", "<2-255 (x 100 mSec)>", "Periodicity of FTM … in register_wifi() 589 ftm_args.offset = arg_int0("o", "offset", "Offset in cm", "T1 offset in cm for FTM Responder"); in register_wifi()
|
/hal_espressif-3.4.0/examples/system/console/basic/main/ |
D | cmd_wifi.c | 118 join_args.timeout = arg_int0(NULL, "timeout", "<t>", "Connection timeout, ms"); in register_wifi()
|
/hal_espressif-3.4.0/examples/system/console/advanced/main/ |
D | cmd_wifi.c | 118 join_args.timeout = arg_int0(NULL, "timeout", "<t>", "Connection timeout, ms"); in register_wifi()
|
/hal_espressif-3.4.0/examples/network/simple_sniffer/main/ |
D | cmd_sniffer.c | 443 sniffer_args.number = arg_int0("n", "number", "<num>", in register_sniffer_cmd() 448 sniffer_args.channel = arg_int0("c", "channel", "<channel>", "communication channel to use"); in register_sniffer_cmd()
|
/hal_espressif-3.4.0/components/console/argtable3/ |
D | argtable3.h | 186 struct arg_int* arg_int0(const char* shortopts,
|
D | argtable3.c | 2305 struct arg_int * arg_int0( in arg_int0() function
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | overflow.map | 40157 .literal.arg_int0 45017 .text.arg_int0 45019 0x00000000400dded8 arg_int0 65824 arg_int0 esp-idf/console/libconsole.a(argtable3.c.obj)
|
D | overflow_esp32s2.map | 41005 .literal.arg_int0 46068 .text.arg_int0 46070 0x000000004008e83c arg_int0 66967 arg_int0 esp-idf/console/libconsole.a(argtable3.c.obj)
|