/hal_espressif-3.4.0/tools/kconfig/ |
D | gconf.glade | 6 <property name="visible">True</property> 7 <property name="title" translatable="yes">Gtk Kernel Configurator</property> 8 <property name="type">GTK_WINDOW_TOPLEVEL</property> 9 <property name="window_position">GTK_WIN_POS_NONE</property> 10 <property name="modal">False</property> 11 <property name="default_width">640</property> 12 <property name="default_height">480</property> 13 <property name="resizable">True</property> 14 <property name="destroy_with_parent">False</property> 15 <property name="decorated">True</property> [all …]
|
D | confdata.c | 72 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local 74 return name ? name : ".config"; in conf_get_configname() 79 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local 81 return name ? name : "include/config/auto.conf"; in conf_get_autoconfig_name() 89 char *dst, name[SYMBOL_MAXLENGTH]; in conf_expand_value() local 92 dst = name; in conf_expand_value() 96 dst = name; in conf_expand_value() 100 sym = sym_lookup(name, 0); in conf_expand_value() 114 char *env, *name; in conf_get_default_confname() local 116 name = conf_expand_value(conf_defname); in conf_get_default_confname() [all …]
|
D | symbol.c | 15 .name = "y", 19 .name = "m", 23 .name = "n", 27 .name = "", 347 sym->curr.val = sym->name; in sym_calc_value() 395 sym->name); in sym_calc_value() 797 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup() argument 803 if (name) { in sym_lookup() 804 if (name[0] && !name[1]) { in sym_lookup() 805 switch (name[0]) { in sym_lookup() [all …]
|
/hal_espressif-3.4.0/components/driver/test/param_test/include/ |
D | param_test.h | 90 * #define TEST_SPI_MASTER_SLAVE(name, pgroup) (backslash) 91 * PARAM_GROUP_DECLARE(name, pgroup) (backslash) 92 …* TEST_MASTER_SLAVE(name, pgroup, "[spi][timeout=120]", &master_test_func, &slave_test_fu… 100 #define PGROUP_NAME_LEN 20 ///< name length of parameter group 101 #define PGROUP_NAME(name) PGROUP_##name ///< param group name argument 102 #define PTEST_MASTER_NAME(name) PTEST_MASTER_##name ///< test function name of master argument 103 #define PTEST_SLAVE_NAME(name) PTEST_SLAVE_##name ///< test function name of slave argument 105 /// Test set structure holding name, param set array pointer, item size and param set num. 107 char name[PGROUP_NAME_LEN]; ///< Name of param group to print member 131 .name = #group_name, \ [all …]
|
/hal_espressif-3.4.0/examples/cxx/rtti/main/ |
D | rtti_example_main.cpp | 26 static string demangle(const char* name); 32 virtual string name() = 0; 39 string name() override { return "DerivedA"; } in name() function in DerivedA 45 string name() override { return "DerivedB"; } in name() function in DerivedB 61 /* Demonstrate typeid().name() */ in app_main() 63 cout << "Type name of std::cout is: " << demangle(typeid(std::cout).name()) << endl << '\t'; in app_main() 64 cout << "Type name of std::cin is: " << demangle(typeid(std::cin).name()) << endl << '\t'; in app_main() 65 cout << "Type of app_main is: " << demangle(typeid(app_main).name()) << endl << '\t'; in app_main() 67 cout << "Type name of a lambda function is: " << demangle(typeid(sum).name()) << endl << endl; in app_main() 74 cout << "obj->name() is: " << obj->name() << endl << '\t'; in app_main() [all …]
|
/hal_espressif-3.4.0/components/protocomm/include/common/ |
D | protocomm.h | 71 * endpoint name, along with any private data that needs to be pass to 82 * @param[in] ep_name Endpoint identifier(name) string 90 * - ESP_FAIL : Error adding endpoint / Endpoint with this name already exists 92 * - ESP_ERR_INVALID_ARG : Null instance/name/handler arguments 101 * an endpoint name. 108 * @param[in] ep_name Endpoint identifier(name) string 112 * - ESP_ERR_NOT_FOUND : Endpoint with specified name doesn't exist 113 * - ESP_ERR_INVALID_ARG : Null instance/name arguments 130 * - ESP_ERR_INVALID_ARG : Null instance/name arguments 146 * - ESP_ERR_INVALID_ARG : Null instance/name arguments [all …]
|
/hal_espressif-3.4.0/tools/ |
D | idf.py | 45 # Name of the program, normally 'idf.py'. 132 def __getattr__(self, name): argument 133 if name in self: 134 return self[name] 136 raise AttributeError("'PropertyDict' object has no attribute '%s'" % name) 138 def __setattr__(self, name, value): argument 139 self[name] = value 141 def __delattr__(self, name): argument 142 if name in self: 143 del self[name] [all …]
|
/hal_espressif-3.4.0/examples/cxx/rtti/ |
D | README.md | 11 …gled type names of a few objects and functions, obtained from `typeinfo().name`. The example also … 27 (Replace PORT with the name of the serial port to use.) 37 Type name of std::cout is: std::ostream 38 Type name of std::cin is: std::istream 40 Type name of a lambda function is: app_main::{lambda(int, int)#1} 43 obj->name() is: DerivedB 44 typeid(*obj).name() is: DerivedB 48 obj->name() is: DerivedB 49 typeid(*obj).name() is: DerivedB 53 obj->name() is: DerivedA [all …]
|
/hal_espressif-3.4.0/components/wifi_provisioning/python/ |
D | wifi_constants_pb2.py | 22 name='wifi_constants.proto', 29 name='WifiStationState', 35 name='Connected', index=0, number=0, 39 name='Connecting', index=1, number=1, 43 name='Disconnected', index=2, number=2, 47 name='ConnectionFailed', index=3, number=3, 60 name='WifiConnectFailedReason', 66 name='AuthError', index=0, number=0, 70 name='NetworkNotFound', index=1, number=1, 83 name='WifiAuthMode', [all …]
|
D | wifi_scan_pb2.py | 23 name='wifi_scan.proto', 32 name='WiFiScanMsgType', 38 name='TypeCmdScanStart', index=0, number=0, 42 name='TypeRespScanStart', index=1, number=1, 46 name='TypeCmdScanStatus', index=2, number=2, 50 name='TypeRespScanStatus', index=3, number=3, 54 name='TypeCmdScanResult', index=4, number=4, 58 name='TypeRespScanResult', index=5, number=5, 80 name='CmdScanStart', 87 name='blocking', full_name='CmdScanStart.blocking', index=0, [all …]
|
D | wifi_config_pb2.py | 23 name='wifi_config.proto', 31 name='WiFiConfigMsgType', 37 name='TypeCmdGetStatus', index=0, number=0, 41 name='TypeRespGetStatus', index=1, number=1, 45 name='TypeCmdSetConfig', index=2, number=2, 49 name='TypeRespSetConfig', index=3, number=3, 53 name='TypeCmdApplyConfig', index=4, number=4, 57 name='TypeRespApplyConfig', index=5, number=5, 79 name='CmdGetStatus', 103 name='RespGetStatus', [all …]
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/ |
D | settings.c | 197 static int role_set(const char *name) in role_set() argument 204 err = bt_mesh_load_core_settings(name, (uint8_t *)bt_mesh.flags, sizeof(bt_mesh.flags), &exist); in role_set() 224 static int net_set(const char *name) in net_set() argument 232 err = bt_mesh_load_core_settings(name, (uint8_t *)&net, sizeof(net), &exist); in net_set() 253 static int iv_set(const char *name) in iv_set() argument 261 err = bt_mesh_load_core_settings(name, (uint8_t *)&iv, sizeof(iv), &exist); in iv_set() 283 static int seq_set(const char *name) in seq_set() argument 291 err = bt_mesh_load_core_settings(name, (uint8_t *)&seq, sizeof(seq), &exist); in seq_set() 346 static int rpl_set(const char *name) in rpl_set() argument 359 buf = bt_mesh_get_core_settings_item(name); in rpl_set() [all …]
|
D | settings_uid.c | 32 char name[SETTINGS_NVS_NAME_SIZE + 1]; /* Settings nvs namespace */ member 72 char name[16] = {'\0'}; in settings_uid_load() local 92 sprintf(name, "mesh/id/%04x", index); in settings_uid_load() 94 err = bt_mesh_load_uid_settings(name, (uint8_t *)user_ids[index].id, in settings_uid_load() 157 char name[16] = {'\0'}; in settings_direct_erase() local 160 sprintf(name, "%s_%02x", "mesh_core", index); in settings_direct_erase() 163 err = bt_mesh_settings_nvs_open(name, &handle); in settings_direct_erase() 165 BT_ERR("Open nvs failed, name %s, err %d", name, err); in settings_direct_erase() 179 memset(name, 0, sizeof(name)); in settings_direct_erase() 180 sprintf(name, "mesh/id/%04x", index); in settings_direct_erase() [all …]
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 80 const char *name = btc_config_section_name(iter); in btc_in_fetch_bonded_devices() local 81 if (!string_is_bdaddr(name)) { in btc_in_fetch_bonded_devices() 85 BTC_TRACE_DEBUG("Remote device:%s\n", name); in btc_in_fetch_bonded_devices() 88 if (btc_config_get_bin(name, BTC_STORAGE_LINK_KEY_STR, link_key, &size)) { in btc_in_fetch_bonded_devices() 90 if (btc_config_get_int(name, BTC_STORAGE_LINK_KEY_TYPE_STR, &linkkey_type)) { in btc_in_fetch_bonded_devices() 92 string_to_bdaddr(name, &bd_addr); in btc_in_fetch_bonded_devices() 97 if (btc_config_get_int(name, BTC_STORAGE_DEV_CLASS_STR, &cod)) { in btc_in_fetch_bonded_devices() 100 btc_config_get_int(name, BTC_STORAGE_PIN_LENGTH_STR, &pin_length); in btc_in_fetch_bonded_devices() 102 btc_config_get_bin(name, BTC_STORAGE_SC_SUPPORT, &sc_support, &size); in btc_in_fetch_bonded_devices() 110 BTC_TRACE_ERROR("bounded device:%s, LinkKeyType or PinLength is invalid\n", name); in btc_in_fetch_bonded_devices() [all …]
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/ |
D | x509v3.c | 18 static void x509_free_name(struct x509_name *name) in x509_free_name() argument 22 for (i = 0; i < name->num_attr; i++) { in x509_free_name() 23 os_free(name->attr[i].value); in x509_free_name() 24 name->attr[i].value = NULL; in x509_free_name() 25 name->attr[i].type = X509_NAME_ATTR_NOT_USED; in x509_free_name() 27 name->num_attr = 0; in x509_free_name() 28 os_free(name->email); in x509_free_name() 29 name->email = NULL; in x509_free_name() 31 os_free(name->alt_email); in x509_free_name() 32 os_free(name->dns); in x509_free_name() [all …]
|
/hal_espressif-3.4.0/components/esptool_py/esptool/espefuse/efuse/ |
D | base_operations.py | 35 "Invalid the efuse name '{}'. " 45 "The list does not have a valid pair (name value) {}".format( 64 "burn_efuse", help="Burn the efuse with the specified name" 68 help="Name of efuse register and New value pairs to burn", 72 " VALUE] [".join([e.name for e in efuses.efuses]) 74 efuse_choices=[e.name for e in efuses.efuses], 80 help="Disable readback for the efuse with the specified name", 84 help="Name of efuse register to burn", 86 choices=[e.name for e in efuses.efuses if e.read_disable_bit is not None], 91 help="Disable writing to the efuse with the specified name", [all …]
|
/hal_espressif-3.4.0/components/esp_local_ctrl/python/ |
D | esp_local_ctrl_pb2.py | 22 name='esp_local_ctrl.proto', 31 name='LocalCtrlMsgType', 37 name='TypeCmdGetPropertyCount', index=0, number=0, 41 name='TypeRespGetPropertyCount', index=1, number=1, 45 name='TypeCmdGetPropertyValues', index=2, number=4, 49 name='TypeRespGetPropertyValues', index=3, number=5, 53 name='TypeCmdSetPropertyValues', index=4, number=6, 57 name='TypeRespSetPropertyValues', index=5, number=7, 79 name='CmdGetPropertyCount', 103 name='RespGetPropertyCount', [all …]
|
/hal_espressif-3.4.0/components/json/ |
D | README | 52 "name": "Jack (\"Bee\") Nimble", 87 cJSON_AddItemToObject(root, "name", cJSON_CreateString("Jack (\"Bee\") Nimble")); 102 Each cJSON has, potentially, a child, siblings, value, a name. 105 The Child has name "name", with value "Jack ("Bee") Nimble", and a sibling: 106 Sibling has type Object, name "format", and a child. 107 That child has type String, name "type", value "rect", and a sibling: 108 Sibling has type Number, name "width", value 1920, and a sibling: 109 Sibling has type Number, name "height", value 1080, and a sibling: 110 Sibling has type False, name "interlace", and a sibling: 111 Sibling has type Number, name "frame rate", value 24 [all …]
|
/hal_espressif-3.4.0/tools/idf_py_actions/ |
D | create_ext.py | 36 def create_project(target_path, name): argument 39 os.rename(os.path.join(main_folder, 'main.c'), os.path.join(main_folder, '.'.join((name, 'c')))) 40 replace_in_file(os.path.join(main_folder, 'CMakeLists.txt'), 'main', name) 41 replace_in_file(os.path.join(target_path, 'CMakeLists.txt'), 'main', name) 50 def create_component(target_path, name): argument 52 os.rename(os.path.join(target_path, 'main.c'), os.path.join(target_path, '.'.join((name, 'c')))) 54 os.path.join(target_path, 'include', '.'.join((name, 'h')))) 56 replace_in_file(os.path.join(target_path, '.'.join((name, 'c'))), 'main', name) 57 replace_in_file(os.path.join(target_path, 'CMakeLists.txt'), 'main', name) 62 target_path = action_args.get('path') or os.path.join(project_path, action_args['name']) [all …]
|
/hal_espressif-3.4.0/components/partition_table/ |
D | gen_esp32part.py | 53 """ Convert a string which might be numeric or the name of a partition type to an integer """ 85 """ Convert a string which might be numeric or the name of a partition subtype to an integer """ 188 """ Allow partition table access via name as well as by 192 if x.name == item: 210 def find_by_name(self, name): argument 212 if p.name == name: 221 # check on duplicate name 222 names = [p.name for p in self] 225 # print sorted duplicate partitions by name 227 critical('A list of partitions that have the same name:') [all …]
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/ |
D | json.c | 200 "JSON: Unexpected token state %d (name=%s type=%d)", in json_check_tree_state() 201 token->state, token->name ? token->name : "N/A", in json_check_tree_state() 322 curr_token->name = str; in json_parse() 330 curr_token->name, in json_parse() 345 case ':': /* name/value separator */ in json_parse() 370 "JSON: Invalid literal name"); in json_parse() 380 "JSON: Literal name: '%s' = %c", in json_parse() 381 curr_token->name, *pos); in json_parse() 387 "JSON: Literal name: %c", *pos); in json_parse() 390 "JSON: Invalid state for a literal name"); in json_parse() [all …]
|
/hal_espressif-3.4.0/tools/ldgen/ |
D | generation.py | 138 def __init__(self, parent, name): argument 141 self.name = name 149 name = entity[Entity.Specificity(child_specificity)] 150 assert(name and name != Entity.ALL) 152 child = [c for c in self.children if c.name == name] 156 child = self.child_t(self, name) 176 for child in sorted(self.children, key=lambda c: c.name): 262 def __init__(self, parent, name): argument 263 EntityNode.__init__(self, parent, name) 264 self.entity = Entity(self.parent.parent.name, self.parent.name) [all …]
|
/hal_espressif-3.4.0/tools/ci/ |
D | check_callgraph.py | 39 def __init__(self, name, rtl_filename, tu_filename): argument 40 self.name = name 49 def __init__(self, name, addr, size): # type: (str, int, int) -> None argument 50 self.name = name 55 return '{}: 0x{:08x} - 0x{:08x}'.format(self.name, self.low, self.high) 78 …def __init__(self, name, addr, local, filename, section): # type: (str, int, bool, Optional[str],… argument 79 self.name = name 89 self.name, 104 self.from_sym.name, 107 self.to_sym.name, [all …]
|
/hal_espressif-3.4.0/components/protocomm/python/ |
D | sec1_pb2.py | 22 name='sec1.proto', 30 name='Sec1MsgType', 36 name='Session_Command0', index=0, number=0, 40 name='Session_Response0', index=1, number=1, 44 name='Session_Command1', index=2, number=2, 48 name='Session_Response1', index=3, number=3, 68 name='SessionCmd1', 75 name='client_verify_data', full_name='SessionCmd1.client_verify_data', index=0, 99 name='SessionResp1', 106 name='status', full_name='SessionResp1.status', index=0, [all …]
|
/hal_espressif-3.4.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | configure-ft2232h-jtag.rst | 5 配置 |devkit-name| 上的 JTAG 接口 9 所有版本的 |devkit-name| 板子都内置了 JTAG 调试功能,要使其正常工作,还需要设置相关跳帽来启用 JTAG 功能,设置 SPI 闪存电压和配置 USB 驱动程序。具体步骤请参考以下… 28 安装和配置 USB 驱动,这样 OpenOCD 才能够与 |devkit-name| 板上的 JTAG 接口通信,并且使用 UART 接口上传待烧写的镜像文件。请根据你的操作系统按照以下步骤进行安装… 30 .. note:: |devkit-name| 使用了 FT2232 芯片实现了 JTAG 适配器,所以以下说明同样适用于其他基于 FT2232 的 JTAG 适配器。 36 1. 使用标准 USB A / micro USB B 线将 |devkit-name| 与计算机相连接,并打开板子的电源。 38 2. 等待 Windows 识别出 |devkit-name| 并且为其安装驱动。如果驱动没有被自动安装,请前往 `官网 <https://www.ftdichip.com/Drivers/D2X… 44 5. 检查设备列表,其中应该包含两条与 |devkit-name| 相关的条目:“Dual RS232-HS (Interface 0)” 和 “Dual RS232-HS (Interface … 59 现在,|devkit-name| 的 JTAG 接口应该可以被 OpenOCD 使用了,想要进一步设置调试环境,请前往 :ref:`jtag-debugging-run-openocd` 章节。 65 1. 使用标准 USB A / micro USB B 线将 |devkit-name| 与计算机相连接,并打开板子的电源。 73 user-name@computer-name:~/esp$ ls -l /dev/ttyUSB* [all …]
|