Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 36) sorted by relevance

12

/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py171 match = re.match(FUNCTION_REGEX, line)
172 if match:
173 function_name = match.group('function')
180 match = re.match(CALL_REGEX, line)
181 if match:
182 target = match.group('target')
199 match = re.match(SYMBOL_REF_REGEX, line)
200 if match:
201 target = match.group('target')
/hal_espressif-latest/components/esp_system/
Dcheck_system_init_priorities.py64 for match in found:
67 func=match[0],
68 affinity=match[1],
69 priority=int(match[2])
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatt_util.c26 int match = 0; in uuidType() local
35 ++match; in uuidType()
45 if (match == 12) { in uuidType()
48 if (match == 14) { in uuidType()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlocal_operation.c90 uint16_t *match = NULL; in bt_mesh_model_unsubscribe_group_addr() local
103 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_model_unsubscribe_group_addr()
104 if (match == NULL) { in bt_mesh_model_unsubscribe_group_addr()
109 *match = BLE_MESH_ADDR_UNASSIGNED; in bt_mesh_model_unsubscribe_group_addr()
Dtransport.h117 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match);
Daccess.c485 uint16_t *match = NULL; in bt_mesh_elem_find_group() local
491 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_elem_find_group()
492 if (match) { in bt_mesh_elem_find_group()
500 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_elem_find_group()
501 if (match) { in bt_mesh_elem_find_group()
Dprovisioner_prov.h232 const uint8_t *match, bool prov_flag);
Dcfg_srv.c1154 struct label *match = NULL; in va_find() local
1170 match = &labels[i]; in va_find()
1174 return match; in va_find()
1517 uint16_t *match = NULL; in mod_sub_del() local
1561 match = bt_mesh_model_find_group(mod, sub_addr); in mod_sub_del()
1562 if (match) { in mod_sub_del()
1563 *match = BLE_MESH_ADDR_UNASSIGNED; in mod_sub_del()
1912 uint16_t *match = NULL; in mod_sub_va_del() local
1953 match = bt_mesh_model_find_group(mod, sub_addr); in mod_sub_va_del()
1954 if (match) { in mod_sub_va_del()
[all …]
Dtransport.c678 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match) in bt_mesh_rpl_check() argument
697 if (match) { in bt_mesh_rpl_check()
698 *match = rpl; in bt_mesh_rpl_check()
714 if (match) { in bt_mesh_rpl_check()
715 *match = rpl; in bt_mesh_rpl_check()
Dsettings.c2149 struct key_update *match = NULL; in key_update_find() local
2167 match = update; in key_update_find()
2171 return match; in key_update_find()
/hal_espressif-latest/components/esp_common/
Dproject_include.cmake2 # Warn if the toolchain version doesn't match
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot.c273 bool match = false; in check_and_generate_secure_boot_keys() local
285 match = true; in check_and_generate_secure_boot_keys()
290 if (match == false) { in check_and_generate_secure_boot_keys()
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dline_matcher.py57 def match(self, line): member in LineMatcher
Dserial_handler.py92 if self._force_line_print or line_matcher.match(line.decode(errors='ignore')):
103 (finalize_line and line_matcher.match(self._last_line_part.decode(errors='ignore')))
Dansi_color_converter.py107 m = re.match(RE_ANSI_COLOR, self.matched)
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1903 BOOLEAN match = FALSE; in btm_ble_resolve_random_addr_on_conn_cmpl() local
1925 match = TRUE; in btm_ble_resolve_random_addr_on_conn_cmpl()
1938 btm_ble_connected(bda, handle, HCI_ENCRYPT_MODE_DISABLED, role, bda_type, match); in btm_ble_resolve_random_addr_on_conn_cmpl()
2035 BOOLEAN match = FALSE; local
2061 match = btm_identity_addr_to_random_pseudo (bda, &bda_type, FALSE);
2075 …if (!match && role == HCI_ROLE_SLAVE && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)…
2077 if (!match && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)) {
2092 btm_ble_connected(bda, handle, HCI_ENCRYPT_MODE_DISABLED, role, bda_type, match);
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Desp_wifi_he_types_private.h210 uint32_t match[TEST_TX_WAIT_MAX][TEST_TX_FAIL_ERROR_MAX]; member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Dcsv_table_parser.py20 m = re.match(r"(?<!\\)\$([A-Za-z_]\w*)", f)
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst147 …ew different types that can be combined. A port must match all specified FilterTypes, and must mat…
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c2045 BOOLEAN match = FALSE; in smp_proc_ltk_request() local
2048 match = TRUE; in smp_proc_ltk_request()
2055 match = TRUE; in smp_proc_ltk_request()
2059 if (match && smp_cb.state == SMP_STATE_ENCRYPTION_PENDING) { in smp_proc_ltk_request()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c2167 BOOLEAN match = FALSE; in btu_ble_ext_adv_report_evt() local
2204 match = btm_identity_addr_to_random_pseudo(bda, &addr_type, FALSE); in btu_ble_ext_adv_report_evt()
2205 if (!match && BTM_BLE_IS_RESOLVE_BDA(bda)) { in btu_ble_ext_adv_report_evt()
/hal_espressif-latest/components/efuse/
Defuse_table_gen.py60 m = re.match(r'(?<!\\)\$([A-Za-z_][A-Za-z0-9_]*)', f)
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in173 * section will match .flash.rodata's begin address. Thus, both sections
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py1426 match = re.search(r"Status value: (0x[\d|a-f]*)", res)
1427 assert match is not None
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dsections.ld.in321 * section will match .flash.rodata's begin address. Thus, both sections

12