Searched refs:arg_int1 (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_register_server_cmd.c | 95 msg_publish.opcode = arg_int1("o", NULL, "<opcode>", "operation opcode"); in ble_mesh_register_server_operation() 96 msg_publish.model = arg_int1("m", NULL, "<module>", "module published to"); in ble_mesh_register_server_operation() 97 msg_publish.role = arg_int1("r", NULL, "<role>", "device role"); in ble_mesh_register_server_operation() 98 msg_publish.pub_addr = arg_int1("a", NULL, "<address>", "unicast address"); in ble_mesh_register_server_operation() 99 msg_publish.app_index = arg_int1("i", NULL, "<app key>", "app key index"); in ble_mesh_register_server_operation() 100 msg_publish.period = arg_int1("p", NULL, "<period>", "period"); in ble_mesh_register_server_operation()
|
D | ble_mesh_register_cmd.c | 1091 provisioner_add_key.net_idx = arg_int1("n", NULL, "<net key index>", "network key index"); in ble_mesh_register_cmd() 1138 …provisioner_get_node.unicast_addr = arg_int1("u", NULL, "<address>", "get node by unicast address"… in ble_mesh_register_cmd() 1165 provisioner_local_bind.appkey_index = arg_int1("a", NULL, "<appkey index>", "appkey index"); in ble_mesh_register_cmd() 1166 …provisioner_local_bind.element_address = arg_int1("e", NULL, "<element address>", "element address… in ble_mesh_register_cmd() 1167 provisioner_local_bind.network_index = arg_int1("n", NULL, "<network index>", "network index"); in ble_mesh_register_cmd() 1168 provisioner_local_bind.mod_id = arg_int1("m", NULL, "<model id>", "model id"); in ble_mesh_register_cmd() 1181 node_network_info.net_idx = arg_int1("n", NULL, "<net index>", "network key index"); in ble_mesh_register_cmd() 1182 node_network_info.unicast_addr = arg_int1("u", NULL, "<unicast address>", "unicast address"); in ble_mesh_register_cmd() 1185 node_network_info.app_idx = arg_int1("i", NULL, "<app index>", "appkey index"); in ble_mesh_register_cmd() 1186 node_network_info.group_addr = arg_int1("g", NULL, "<group address>", "group address"); in ble_mesh_register_cmd()
|
/hal_espressif-3.5.0/examples/peripherals/i2c/i2c_tools/main/ |
D | cmd_i2ctools.c | 101 i2cconfig_args.sda = arg_int1(NULL, "sda", "<gpio>", "Set the gpio for I2C SDA"); in register_i2cconfig() 102 i2cconfig_args.scl = arg_int1(NULL, "scl", "<gpio>", "Set the gpio for I2C SCL"); in register_i2cconfig() 226 …i2cget_args.chip_address = arg_int1("c", "chip", "<chip_addr>", "Specify the address of the chip o… in register_i2cget() 292 …i2cset_args.chip_address = arg_int1("c", "chip", "<chip_addr>", "Specify the address of the chip o… in register_i2cset() 389 …i2cdump_args.chip_address = arg_int1("c", "chip", "<chip_addr>", "Specify the address of the chip … in register_i2cdump()
|
/hal_espressif-3.5.0/components/console/argtable3/ |
D | argtable3.h | 190 struct arg_int* arg_int1(const char* shortopts,
|
D | argtable3.c | 2315 struct arg_int * arg_int1( in arg_int1() function
|
/hal_espressif-3.5.0/components/mdns/ |
D | mdns_console.c | 742 mdns_add_args.port = arg_int1(NULL, NULL, "<port>", "Service Port"); in register_mdns_service_add() 867 mdns_service_port_set_args.port = arg_int1(NULL, NULL, "<port>", "Service Port"); in register_mdns_service_port_set()
|
/hal_espressif-3.5.0/tools/test_idf_size/ |
D | overflow.map | 3089 .literal.arg_int1 3244 .text.arg_int1 65827 arg_int1 esp-idf/console/libconsole.a(argtable3.c.obj)
|
D | overflow_esp32s2.map | 3143 .literal.arg_int1 3298 .text.arg_int1 66970 arg_int1 esp-idf/console/libconsole.a(argtable3.c.obj)
|