/hal_espressif-latest/components/esp_adc/ |
D | adc_common.c | 31 bool found = false; in adc_io_to_channel() local 37 found = true; in adc_io_to_channel() 41 return (found) ? ESP_OK : ESP_ERR_NOT_FOUND; in adc_io_to_channel()
|
D | adc_filter.c | 65 bool found = !handle->iir_filter[i]; in s_adc_filter_claim() local 66 if (found) { in s_adc_filter_claim()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_co.c | 71 BOOLEAN found = FALSE; in btif_gatts_add_bonded_dev_from_nv() local 78 found = TRUE; in btif_gatts_add_bonded_dev_from_nv() 83 if (!found) { in btif_gatts_add_bonded_dev_from_nv()
|
D | bta_gattc_utils.c | 415 BOOLEAN found = FALSE; in bta_gattc_srcb_alloc() local 420 found = TRUE; in bta_gattc_srcb_alloc() 428 if (!found && !p_recycle) { in bta_gattc_srcb_alloc() 431 else if (!found && p_recycle) { in bta_gattc_srcb_alloc()
|
/hal_espressif-latest/components/esp_system/ |
D | check_system_init_priorities.py | 58 found = ESP_SYSTEM_INIT_FN_REGEX.findall(file_contents) 59 if len(found) != count_expected: 64 for match in found:
|
D | eh_frame_parser.c | 406 uint32_t found = false; in esp_eh_frame_find_entry() local 422 while (end != 0 && middle != (length - 1) && !found) { in esp_eh_frame_find_entry() 435 found = true; in esp_eh_frame_find_entry() 445 found = true; in esp_eh_frame_find_entry()
|
/hal_espressif-latest/components/esp_mm/ |
D | esp_mmu_map.c | 333 bool found = false; in esp_mmu_paddr_find_caps() local 351 found = true; in esp_mmu_paddr_find_caps() 358 if (!found) { in esp_mmu_paddr_find_caps() 497 bool found = false; in esp_mmu_map() local 507 if (!found) { in esp_mmu_map() 510 found = true; in esp_mmu_map() 521 assert(found); in esp_mmu_map() 597 bool found = false; in esp_mmu_unmap() local 610 found = true; in esp_mmu_unmap() 616 ESP_RETURN_ON_FALSE(found, ESP_ERR_NOT_FOUND, TAG, "munmap target pointer isn't mapped yet"); in esp_mmu_unmap() [all …]
|
/hal_espressif-latest/components/esp_hw_support/ |
D | rtc_module.c | 143 bool found = false; in rtc_isr_deregister() 152 found = true; in rtc_isr_deregister() 162 return found ? ESP_OK : ESP_ERR_INVALID_STATE; in rtc_isr_deregister()
|
D | intr_alloc.c | 174 bool found = false; in find_desc_for_source() local 179 found = true; in find_desc_for_source() 184 if (found) { in find_desc_for_source()
|
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | gen_crt_bundle.py | 62 found = False 64 found |= self.add_from_file(os.path.join(crts_path, file_path)) 66 if found is False:
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/ |
D | a2d_api.c | 63 BOOLEAN found = FALSE; in a2d_sdp_cback() local 106 found = TRUE; in a2d_sdp_cback() 115 (*a2d_cb.find.p_cback)(found, &a2d_svc); in a2d_sdp_cback()
|
/hal_espressif-latest/components/efuse/src/efuse_controller/keys/with_key_purposes/ |
D | esp_efuse_api_key.c | 399 bool found = false; in esp_secure_boot_read_key_digests() local 419 found = found || (trusted_keys->key_digests[i] != NULL); in esp_secure_boot_read_key_digests() 422 if (!found) { in esp_secure_boot_read_key_digests()
|
/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 334 found = 0 339 found += 1 340 return found 419 found = list_refs_from_to_sections( 422 if args.exit_code and found:
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | ieee802_11_common.c | 318 const struct element *elem, *found = NULL; in ieee802_11_vendor_ie_concat() local 323 found = elem; in ieee802_11_vendor_ie_concat() 328 if (!found) in ieee802_11_vendor_ie_concat()
|
D | sae.c | 293 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in sae_derive_pwe_ecc() local 342 for (counter = 1; counter <= k || !found; counter++) { in sae_derive_pwe_ecc() 352 const_time_select_bin(found, stub_password, password, in sae_derive_pwe_ecc() 360 const_time_select_bin(found, x_bin, x_cand_bin, prime_len, in sae_derive_pwe_ecc() 363 found, pwd_seed_odd, in sae_derive_pwe_ecc() 377 found |= res * 0xff; in sae_derive_pwe_ecc() 379 res, found); in sae_derive_pwe_ecc() 382 if (!found) { in sae_derive_pwe_ecc() 447 u8 found = 0; /* 0 (false) or 0xff (true) to be used as const_time_* in sae_derive_pwe_ffc() local 480 for (counter = 1; counter <= k || !found; counter++) { in sae_derive_pwe_ffc() [all …]
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | hli_api.c | 171 bool found = false; in queue_signal() local 176 found = true; in queue_signal() 180 if (!found) { in queue_signal()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | a2d_api.h | 128 typedef void (tA2D_FIND_CBACK)(BOOLEAN found, tA2D_Service *p_service);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 300 BOOLEAN found = FALSE; in gatt_update_app_hold_link_status() local 310 found = TRUE; in gatt_update_app_hold_link_status() 318 if (!found && is_add) { in gatt_update_app_hold_link_status() 322 found = TRUE; in gatt_update_app_hold_link_status() 328 …date_app_hold_link_status found=%d[1-found] idx=%d gatt_if=%d is_add=%d", found, i, gatt_if, is_ad… in gatt_update_app_hold_link_status()
|
D | gatt_utils.c | 783 BOOLEAN found = FALSE; in gatt_find_the_connected_bda() local 795 found = TRUE; in gatt_find_the_connected_bda() 801 … GATT_TRACE_DEBUG("gatt_find_the_connected_bda found=%d found_idx=%d", found, p_tcb->tcb_idx); in gatt_find_the_connected_bda() 803 return found; in gatt_find_the_connected_bda() 2116 BOOLEAN found = FALSE; in gatt_find_app_hold_link() local 2122 found = TRUE; in gatt_find_app_hold_link() 2126 return found; in gatt_find_app_hold_link() 2141 BOOLEAN found = FALSE; in gatt_find_specific_app_in_hold_link() local 2145 found = TRUE; in gatt_find_specific_app_in_hold_link() 2149 return found; in gatt_find_specific_app_in_hold_link()
|
D | gatt_db.c | 1391 BOOLEAN found = FALSE; in deallocate_attr_in_db() local 1394 return found; in deallocate_attr_in_db() 1404 found = TRUE; in deallocate_attr_in_db() 1409 found = TRUE; in deallocate_attr_in_db() 1412 if ( found) { in deallocate_attr_in_db() 1416 return found; in deallocate_attr_in_db()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_dev.c | 68 BOOLEAN found = FALSE; in BTM_SecAddDevice() local 119 found = TRUE; in BTM_SecAddDevice() 123 if (found) { in BTM_SecAddDevice()
|
/hal_espressif-latest/components/bootloader/ |
D | project_include.cmake | 65 … # If the signing key is not found, create a phony gen_secure_boot_signing_key target that 100 …# If the verification key is not found, create a phony gen_secure_boot_verification_key target that
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig.spiram.common | 14 bool "Ignore PSRAM when not found" 18 … Normally, if psram initialization is enabled during compile time but not found at runtime, it
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | configuration-file.rst | 23 If a configuration file is not found here, the current user's OS configuration directory is inspect… 29 If a configuration file is still not found, the last inspected location is the home directory:
|
/hal_espressif-latest/components/hal/ |
D | README.md | 9 It contains an abstraction layer for ineracting with/driving the hardware found in the SoC such as …
|