/hal_espressif-latest/components/spi_flash/ |
D | spi_flash_hpm_enable.c | 87 ret = ESP_ERR_NOT_FOUND; in spi_flash_hpm_probe_chip_with_cmd() 91 ret = ESP_ERR_NOT_FOUND; in spi_flash_hpm_probe_chip_with_cmd() 164 ret = ESP_ERR_NOT_FOUND; in spi_flash_hpm_probe_chip_with_dummy() 168 ret = ESP_ERR_NOT_FOUND; in spi_flash_hpm_probe_chip_with_dummy() 248 ret = ESP_ERR_NOT_FOUND; in spi_flash_hpm_probe_chip_with_write_hpf_bit_5()
|
D | spi_flash_chip_boya.c | 25 return ESP_ERR_NOT_FOUND; in spi_flash_chip_boya_probe() 31 return ESP_ERR_NOT_FOUND; in spi_flash_chip_boya_probe()
|
D | spi_flash_chip_th.c | 16 return ESP_ERR_NOT_FOUND; in spi_flash_chip_th_probe() 22 return ESP_ERR_NOT_FOUND; in spi_flash_chip_th_probe()
|
D | spi_flash_chip_issi.c | 27 return ESP_ERR_NOT_FOUND; in spi_flash_chip_issi_probe() 33 return ESP_ERR_NOT_FOUND; in spi_flash_chip_issi_probe()
|
D | spi_flash_chip_mxic.c | 20 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_probe() 24 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_probe()
|
D | spi_flash_chip_gd.c | 74 return ESP_ERR_NOT_FOUND; in spi_flash_chip_gd_probe() 79 return ESP_ERR_NOT_FOUND; in spi_flash_chip_gd_probe()
|
D | spi_flash_wrap.c | 51 ret = ESP_ERR_NOT_FOUND; in spi_flash_wrap_probe_c0()
|
D | spi_flash_chip_mxic_opi.c | 30 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_opi_probe() 35 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_opi_probe() 83 err = ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_opi_set_write_protect()
|
D | flash_mmap.c | 252 if (ret == ESP_ERR_NOT_FOUND) { in spi_flash_munmap() 305 if (ret == ESP_ERR_NOT_FOUND) { in spi_flash_phys2cache()
|
/hal_espressif-latest/components/esp_adc/ |
D | adc_filter.c | 33 esp_err_t ret = ESP_ERR_NOT_FOUND; in s_adc_filter_claim() 47 esp_err_t ret = ESP_ERR_NOT_FOUND; in s_adc_filter_free() 75 return ESP_ERR_NOT_FOUND; in s_adc_filter_claim()
|
D | adc_common.c | 41 return (found) ? ESP_OK : ESP_ERR_NOT_FOUND; in adc_io_to_channel()
|
D | adc_oneshot.c | 94 …ESP_GOTO_ON_FALSE(success_claim, ESP_ERR_NOT_FOUND, err, TAG, "adc%d is already in use", init_conf… in adc_oneshot_new_unit() 218 …ESP_RETURN_ON_FALSE(success_free, ESP_ERR_NOT_FOUND, TAG, "adc%"PRId32" isn't in use", handle->uni… in adc_oneshot_del_unit()
|
/hal_espressif-latest/components/hal/ |
D | sdio_slave_hal.c | 102 if (buf->read_ptr == buf->write_ptr) return ESP_ERR_NOT_FOUND; // no data in sdio_ringbuf_recv() 417 ret = ESP_ERR_NOT_FOUND; in send_get_inflight_desc() 434 } else if (ret == ESP_ERR_NOT_FOUND) { in send_get_unsent_desc() 456 if (ret == ESP_ERR_NOT_FOUND) { in sdio_slave_hal_send_get_next_finished_arg() 477 if (ret == ESP_ERR_NOT_FOUND) { in sdio_slave_hal_send_flush_next_buffer() 483 if (ret == ESP_ERR_NOT_FOUND) { in sdio_slave_hal_send_flush_next_buffer() 504 ret = ESP_ERR_NOT_FOUND; in sdio_slave_hal_send_new_packet_if_exist()
|
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/ |
D | secure_boot_signatures_bootloader.c | 93 return ESP_ERR_NOT_FOUND; in get_secure_boot_key_digests() 100 return ESP_ERR_NOT_FOUND; in get_secure_boot_key_digests()
|
D | secure_boot_signatures_app.c | 121 return ESP_ERR_NOT_FOUND; in calculate_image_public_key_digests() 165 return ESP_ERR_NOT_FOUND; in get_secure_boot_key_digests()
|
/hal_espressif-latest/components/esp_mm/ |
D | esp_mmu_map.c | 310 return ESP_ERR_NOT_FOUND; in esp_mmu_map_reserve_block_with_caps() 359 return ESP_ERR_NOT_FOUND; in esp_mmu_paddr_find_caps() 427 return ESP_ERR_NOT_FOUND; in esp_mmu_map() 595 …ESP_RETURN_ON_FALSE(region, ESP_ERR_NOT_FOUND, TAG, "munmap target pointer is outside external mem… 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() 722 ESP_RETURN_ON_FALSE(is_mapped, ESP_ERR_NOT_FOUND, TAG, "vaddr isn't mapped"); in esp_mmu_vaddr_to_paddr() 750 ESP_RETURN_ON_FALSE(found, ESP_ERR_NOT_FOUND, TAG, "paddr isn't mapped"); in esp_mmu_paddr_to_vaddr()
|
/hal_espressif-latest/components/esp_system/task_wdt/ |
D | task_wdt.c | 233 ESP_GOTO_ON_FALSE_ISR((entry != NULL), ESP_ERR_NOT_FOUND, err, TAG, "task not found"); in delete_entry() 237 ESP_GOTO_ON_FALSE_ISR(entry_found, ESP_ERR_NOT_FOUND, err, TAG, "user not found"); in delete_entry() 763 ESP_GOTO_ON_FALSE_ISR((entry != NULL), ESP_ERR_NOT_FOUND, err, TAG, "task not found"); in esp_task_wdt_reset() 787 ESP_GOTO_ON_FALSE_ISR(entry_found, ESP_ERR_NOT_FOUND, err, TAG, "user handle not found"); in esp_task_wdt_reset_user() 833 ret = (entry != NULL) ? ESP_OK : ESP_ERR_NOT_FOUND; in esp_task_wdt_status()
|
/hal_espressif-latest/components/spi_flash/esp32s3/ |
D | spi_flash_oct_flash_init.c | 62 return ESP_ERR_NOT_FOUND; in s_probe_mxic_chip() 67 return ESP_ERR_NOT_FOUND; in s_probe_mxic_chip()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 35 case MEMP_HAL_ERR_UNI_BLOCK_INVALID: return ESP_ERR_NOT_FOUND; in esp_memprot_ll_err_to_esp_err() 489 ret = ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_read_bit() 494 ret = ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_read_bit() 516 ret = ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_write_bit() 521 ret = ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_write_bit() 541 return ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_exec_bit()
|
/hal_espressif-latest/components/esp_common/include/ |
D | esp_err.h | 29 #define ESP_ERR_NOT_FOUND 0x105 /*!< Requested resource not found */ macro
|
/hal_espressif-latest/components/driver/gpio/ |
D | gpio_etm.c | 74 ESP_RETURN_ON_FALSE(chan_id != -1, ESP_ERR_NOT_FOUND, TAG, "no free event channel"); in gpio_etm_event_register_to_group() 95 ESP_RETURN_ON_FALSE(chan_id != -1, ESP_ERR_NOT_FOUND, TAG, "no free task channel"); in gpio_etm_task_register_to_group()
|
D | gpio_flex_glitch_filter.c | 57 ESP_RETURN_ON_FALSE(filter_id != -1, ESP_ERR_NOT_FOUND, TAG, "no free gpio glitch filter"); in gpio_filter_register_to_group()
|
D | dedic_gpio.c | 235 …ESP_GOTO_ON_FALSE(out_mask, ESP_ERR_NOT_FOUND, err, TAG, "no free outward channels on core[%d]", c… in dedic_gpio_new_bundle() 257 …ESP_GOTO_ON_FALSE(in_mask, ESP_ERR_NOT_FOUND, err, TAG, "no free inward channels on core[%d]", cor… in dedic_gpio_new_bundle()
|
/hal_espressif-latest/components/esp_netif/ |
D | esp_netif_objects.c | 104 return ESP_ERR_NOT_FOUND; in esp_netif_remove_from_list()
|
/hal_espressif-latest/components/esp_common/src/ |
D | esp_err_to_name.c | 110 # ifdef ESP_ERR_NOT_FOUND 111 …ERR_TBL_IT(ESP_ERR_NOT_FOUND), /* 261 0x105 Requested resource not …
|