Home
last modified time | relevance | path

Searched refs:arg_int1 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_register_server_cmd.c95 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()
Dble_mesh_register_cmd.c924 provisioner_add_key.net_idx = arg_int1("n", NULL, "<net key index>", "network key index"); in ble_mesh_register_cmd()
971 …provisioner_get_node.unicast_addr = arg_int1("u", NULL, "<address>", "get node by unicast address"… in ble_mesh_register_cmd()
998 provisioner_local_bind.appkey_index = arg_int1("a", NULL, "<appkey index>", "appkey index"); in ble_mesh_register_cmd()
999 …provisioner_local_bind.element_address = arg_int1("e", NULL, "<element address>", "element address… in ble_mesh_register_cmd()
1000 provisioner_local_bind.network_index = arg_int1("n", NULL, "<network index>", "network index"); in ble_mesh_register_cmd()
1001 provisioner_local_bind.mod_id = arg_int1("m", NULL, "<model id>", "model id"); in ble_mesh_register_cmd()
1014 node_network_info.net_idx = arg_int1("n", NULL, "<net index>", "network key index"); in ble_mesh_register_cmd()
1015 node_network_info.unicast_addr = arg_int1("u", NULL, "<unicast address>", "unicast address"); in ble_mesh_register_cmd()
1018 node_network_info.app_idx = arg_int1("i", NULL, "<app index>", "appkey index"); in ble_mesh_register_cmd()
1019 node_network_info.group_addr = arg_int1("g", NULL, "<group address>", "group address"); in ble_mesh_register_cmd()
/hal_espressif-2.7.6/examples/peripherals/i2c/i2c_tools/main/
Dcmd_i2ctools.c102 i2cconfig_args.sda = arg_int1(NULL, "sda", "<gpio>", "Set the gpio for I2C SDA"); in register_i2cconfig()
103 i2cconfig_args.scl = arg_int1(NULL, "scl", "<gpio>", "Set the gpio for I2C SCL"); in register_i2cconfig()
227 …i2cget_args.chip_address = arg_int1("c", "chip", "<chip_addr>", "Specify the address of the chip o… in register_i2cget()
293 …i2cset_args.chip_address = arg_int1("c", "chip", "<chip_addr>", "Specify the address of the chip o… in register_i2cset()
390 …i2cdump_args.chip_address = arg_int1("c", "chip", "<chip_addr>", "Specify the address of the chip … in register_i2cdump()
/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.h190 struct arg_int* arg_int1(const char* shortopts,
Dargtable3.c2317 struct arg_int * arg_int1( in arg_int1() function
/hal_espressif-2.7.6/components/mdns/
Dmdns_console.c742 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()