Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 230) sorted by relevance

12345678910

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c197 static int role_set(const char *name) in role_set()
224 static int net_set(const char *name) in net_set()
253 static int iv_set(const char *name) in iv_set()
283 static int seq_set(const char *name) in seq_set()
346 static int rpl_set(const char *name) in rpl_set()
422 static int net_key_set(const char *name) in net_key_set()
481 static int app_key_set(const char *name) in app_key_set()
550 static int hb_pub_set(const char *name) in hb_pub_set()
596 static int cfg_set(const char *name) in cfg_set()
633 char name[16] = {'\0'}; in model_set_bind() local
[all …]
Dsettings_uid.c40 char name[SETTINGS_NVS_NAME_SIZE + 1]; /* Settings nvs namespace */ member
80 char name[16] = {'\0'}; in settings_uid_load() local
165 char name[16] = {'\0'}; in settings_direct_erase() local
225 char name[16] = {'\0'}; in settings_open() local
344 char name[16] = {'\0'}; in settings_close() local
/hal_espressif-2.7.6/components/driver/test/param_test/include/
Dparam_test.h96 #define PGROUP_NAME(name) PGROUP_##name ///< param group name argument
97 #define PTEST_MASTER_NAME(name) PTEST_MASTER_##name ///< test function name of master argument
98 #define PTEST_SLAVE_NAME(name) PTEST_SLAVE_##name ///< test function name of slave argument
102 char name[PGROUP_NAME_LEN]; ///< Name of param group to print member
149 #define TEST_SINGLE_BOARD(name, param_group, tag, test_func) \ argument
161 #define TEST_MASTER_SLAVE(name, param_group, tag, master_func, slave_func) \ argument
/hal_espressif-2.7.6/components/xtensa/include/xtensa/
Dxtruntime-frames.h35 #define STRUCT_FIELD(ctype,size,pre,name) pre##name: .space size argument
36 #define STRUCT_AFIELD(ctype,size,pre,name,n) pre##name: .if n ; .space (size)*(n) ; .endif argument
37 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) .balign align ; pre##name: .if n ; .space (siz… argument
41 #define STRUCT_FIELD(ctype,size,pre,name) ctype name; argument
42 #define STRUCT_AFIELD(ctype,size,pre,name,n) ctype name[n]; argument
43 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) ctype name[n] __attribute__((aligned(align))); argument
Dxtensa_context.h70 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size argument
71 #define STRUCT_AFIELD(ctype,size,asname,name,n) asname: .space (size)*(n) argument
77 #define STRUCT_FIELD(ctype,size,asname,name) ctype name; argument
78 #define STRUCT_AFIELD(ctype,size,asname,name,n) ctype name[n]; argument
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/
Djson.c493 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member()
509 const char *name) in json_get_member_base64url()
581 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int()
587 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string()
593 int json_add_string_escape(struct wpabuf *json, const char *name, in json_add_string_escape()
609 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url()
623 void json_start_object(struct wpabuf *json, const char *name) in json_start_object()
637 void json_start_array(struct wpabuf *json, const char *name) in json_start_array()
/hal_espressif-2.7.6/components/riscv/include/riscv/
Drvruntime-frames.h30 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size argument
31 #define STRUCT_AFIELD(ctype,size,asname,name,n) asname: .space (size)*(n) argument
35 #define STRUCT_FIELD(ctype,size,asname,name) ctype name; argument
36 #define STRUCT_AFIELD(ctype,size,asname,name,n) ctype name[n]; argument
/hal_espressif-2.7.6/tools/windows/tool_setup/
Dtools_fallback.json15 "name": "xtensa-esp32-elf", string
24 "name": "1.22.0-80-g6c4433a5-5.2.0", string
53 "name": "1.22.0-80-g6c4433a-5.2.0", string
70 "name": "esp32ulp-elf", string
88 "name": "2.28.51.20170517", string
114 "name": "cmake", string
154 "name": "3.13.4", string
183 "name": "openocd-esp32", string
201 "name": "v0.10.0-esp32-20190313", string
227 "name": "mconf", string
[all …]
/hal_espressif-2.7.6/tools/
Dtools.json15 "name": "xtensa-esp32-elf", string
44 "name": "esp-2020r3-8.4.0", string
71 "name": "xtensa-esp32s2-elf", string
100 "name": "esp-2020r3-8.4.0", string
127 "name": "xtensa-esp32s3-elf", string
156 "name": "esp-2020r3-8.4.0", string
183 "name": "riscv32-esp-elf", string
207 "name": "1.24.0.123_64eb9ff-8.4.0", string
234 "name": "esp32ulp-elf", string
265 "name": "2.28.51-esp-20191205", string
[all …]
Dzephyr_tools.json15 "name": "xtensa-esp32-elf", string
44 "name": "esp-2020r3-8.4.0", string
71 "name": "xtensa-esp32s2-elf", string
100 "name": "esp-2020r3-8.4.0", string
127 "name": "riscv32-esp-elf", string
151 "name": "1.24.0.123_64eb9ff-8.4.0", string
Didf.py141 def __getattr__(self, name): argument
147 def __setattr__(self, name, value): argument
150 def __delattr__(self, name): argument
214 def __init__(self, callback, name, aliases, dependencies, order_dependencies, action_args): argument
231 name=None, argument
458 def get_command(self, ctx, name): argument
/hal_espressif-2.7.6/examples/cxx/rtti/main/
Drtti_example_main.cpp39 string name() override { return "DerivedA"; } in name() function in DerivedA
45 string name() override { return "DerivedB"; } in name() function in DerivedB
88 static std::string demangle(const char* name) in demangle()
/hal_espressif-2.7.6/tools/unit-test-app/components/test_utils/include/
Dtest_utils.h50 #define TEST_PERFORMANCE_LESS_THAN(name, value_fmt, value) do { \ argument
55 #define TEST_PERFORMANCE_GREATER_THAN(name, value_fmt, value) do { \ argument
63 #define TEST_PERFORMANCE_CCOMP_GREATER_THAN(name, value_fmt, value) \ argument
65 #define TEST_PERFORMANCE_CCOMP_LESS_THAN(name, value_fmt, value) \ argument
/hal_espressif-2.7.6/tools/ci/
Dcheck_callgraph.py39 def __init__(self, name, rtl_filename, tu_filename): argument
49 def __init__(self, name, addr, size): # type: (str, int, int) -> None argument
78 …def __init__(self, name, addr, local, filename, section): # type: (str, int, bool, Optional[str],… argument
163 def symbols_by_name(self, name): # type: (str) -> List[Symbol] argument
225 def find_symbol_by_name(name, elfinfo, local_func_matcher): # type: (str, ElfInfo, Callable[[Symbo… argument
/hal_espressif-2.7.6/tools/test_idf_py/
Didf_ext.py2 def echo(name, *args, **kwargs): argument
5 def verbose(name, ctx, args): argument
/hal_espressif-2.7.6/components/wpa_supplicant/src/tls/
Dx509v3.c18 static void x509_free_name(struct x509_name *name) in x509_free_name()
293 static int x509_parse_name(const u8 *buf, size_t len, struct x509_name *name, in x509_parse_name()
533 void x509_name_string(struct x509_name *name, char *buf, size_t len) in x509_name_string()
777 static int x509_parse_alt_name_rfc8222(struct x509_name *name, in x509_parse_alt_name_rfc8222()
799 static int x509_parse_alt_name_dns(struct x509_name *name, in x509_parse_alt_name_dns()
821 static int x509_parse_alt_name_uri(struct x509_name *name, in x509_parse_alt_name_uri()
845 static int x509_parse_alt_name_ip(struct x509_name *name, in x509_parse_alt_name_ip()
860 static int x509_parse_alt_name_rid(struct x509_name *name, in x509_parse_alt_name_rid()
876 static int x509_parse_ext_alt_name(struct x509_name *name, in x509_parse_ext_alt_name()
1888 struct x509_name *name) in x509_certificate_get_subject()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c78 const char *name = btc_config_section_name(iter); in btc_in_fetch_bonded_devices() local
194 const char *name = btc_config_section_name(iter); in btc_storage_get_num_bt_bond_devices() local
231 const char *name = btc_config_section_name(iter); in btc_storage_get_bonded_bt_devices_list() local
Dbtc_ble_storage.c107 const char* name; in _btc_storage_add_ble_bonding_key() local
168 const char* name; in _btc_storage_get_ble_bonding_key() local
279 const char* name; in _btc_storage_add_ble_local_key() local
329 const char* name; in _btc_storage_get_ble_local_key() local
822 const char *name = btc_config_section_name(iter); in btc_storage_in_fetch_bonded_ble_devices() local
874 const char *name = btc_config_section_name(iter); in btc_storage_get_bonded_ble_devices_list() local
920 const char *name = btc_config_section_name(iter); in btc_storage_get_num_ble_bond_devices() local
/hal_espressif-2.7.6/examples/storage/partition_api/partition_find/
Dpartition_find_example_test.py10 def expect_partition(name, offset, size): argument
13 def expect_find_partition(_type, subtype, label, name, offset, size): argument
/hal_espressif-2.7.6/components/vfs/test/
Dtest_vfs_access.c86 static inline void test_fatfs_create_file(const char *name) in test_fatfs_create_file()
93 static inline void test_fatfs_delete_file(const char *name) in test_fatfs_delete_file()
/hal_espressif-2.7.6/tools/kconfig/
Dconfdata.c72 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
79 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local
89 char *dst, name[SYMBOL_MAXLENGTH]; in conf_expand_value() local
114 char *env, *name; in conf_get_default_confname() local
251 int conf_read_simple(const char *name, int def) in conf_read_simple()
407 int conf_read(const char *name) in conf_read()
731 int conf_write(const char *name) in conf_write()
834 const char *name; in conf_write_autoconf() local
/hal_espressif-2.7.6/components/cxx/test/
Dtest_rtti.cpp16 char name() override in name() function in DerivedA
24 char name() override in name() function in DerivedB
/hal_espressif-2.7.6/tools/idf_py_actions/
Dcreate_ext.py36 def create_project(target_path, name): argument
50 def create_component(target_path, name): argument
/hal_espressif-2.7.6/components/esp_local_ctrl/src/
Desp_local_ctrl.c206 static int esp_local_ctrl_get_property_index(const char *name) in esp_local_ctrl_get_property_index()
265 esp_err_t esp_local_ctrl_remove_property(const char *name) in esp_local_ctrl_remove_property()
294 const esp_local_ctrl_prop_t *esp_local_ctrl_get_property(const char *name) in esp_local_ctrl_get_property()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Drun_tc.h28 char name[TC_NAME_LEN + 1]; member
45 #define DECLARE_TC(name, id, start_func, stop_func, param_list) \ argument

12345678910