Home
last modified time | relevance | path

Searched refs:ESP_ERR_NOT_FOUND (Results 1 – 25 of 43) sorted by relevance

12

/hal_espressif-latest/components/spi_flash/
Dspi_flash_hpm_enable.c87 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()
Dspi_flash_chip_boya.c25 return ESP_ERR_NOT_FOUND; in spi_flash_chip_boya_probe()
31 return ESP_ERR_NOT_FOUND; in spi_flash_chip_boya_probe()
Dspi_flash_chip_th.c16 return ESP_ERR_NOT_FOUND; in spi_flash_chip_th_probe()
22 return ESP_ERR_NOT_FOUND; in spi_flash_chip_th_probe()
Dspi_flash_chip_issi.c27 return ESP_ERR_NOT_FOUND; in spi_flash_chip_issi_probe()
33 return ESP_ERR_NOT_FOUND; in spi_flash_chip_issi_probe()
Dspi_flash_chip_mxic.c20 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_probe()
24 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_probe()
Dspi_flash_chip_gd.c74 return ESP_ERR_NOT_FOUND; in spi_flash_chip_gd_probe()
79 return ESP_ERR_NOT_FOUND; in spi_flash_chip_gd_probe()
Dspi_flash_wrap.c51 ret = ESP_ERR_NOT_FOUND; in spi_flash_wrap_probe_c0()
Dspi_flash_chip_mxic_opi.c30 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()
Dflash_mmap.c252 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/
Dadc_filter.c33 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()
Dadc_common.c41 return (found) ? ESP_OK : ESP_ERR_NOT_FOUND; in adc_io_to_channel()
Dadc_oneshot.c94 …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/
Dsdio_slave_hal.c102 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/
Dsecure_boot_signatures_bootloader.c93 return ESP_ERR_NOT_FOUND; in get_secure_boot_key_digests()
100 return ESP_ERR_NOT_FOUND; in get_secure_boot_key_digests()
Dsecure_boot_signatures_app.c121 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/
Desp_mmu_map.c310 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/
Dtask_wdt.c233 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/
Dspi_flash_oct_flash_init.c62 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/
Dmemprot.c35 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/
Desp_err.h29 #define ESP_ERR_NOT_FOUND 0x105 /*!< Requested resource not found */ macro
/hal_espressif-latest/components/driver/gpio/
Dgpio_etm.c74 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()
Dgpio_flex_glitch_filter.c57 ESP_RETURN_ON_FALSE(filter_id != -1, ESP_ERR_NOT_FOUND, TAG, "no free gpio glitch filter"); in gpio_filter_register_to_group()
Ddedic_gpio.c235 …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/
Desp_netif_objects.c104 return ESP_ERR_NOT_FOUND; in esp_netif_remove_from_list()
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c110 # ifdef ESP_ERR_NOT_FOUND
111 …ERR_TBL_IT(ESP_ERR_NOT_FOUND), /* 261 0x105 Requested resource not …

12