Home
last modified time | relevance | path

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

12345

/hal_espressif-3.6.0/components/app_update/
Desp_ota_ops.c124 return ESP_ERR_NOT_FOUND; in esp_ota_begin()
306 return ESP_ERR_NOT_FOUND; in esp_ota_abort()
319 return ESP_ERR_NOT_FOUND; in esp_ota_end()
389 return ESP_ERR_NOT_FOUND; in esp_rewrite_ota_data()
448 return ESP_ERR_NOT_FOUND; in esp_ota_set_boot_partition()
633 return ESP_ERR_NOT_FOUND; in esp_ota_get_partition_description()
709 return ESP_ERR_NOT_FOUND; in esp_ota_current_ota_is_workable()
812 return ESP_ERR_NOT_FOUND; in esp_ota_get_state_partition()
827 return ESP_ERR_NOT_FOUND; in esp_ota_get_state_partition()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition_lookup.cpp18 return ESP_ERR_NOT_FOUND; in lookup_nvs_partition()
42 return ESP_ERR_NOT_FOUND; in lookup_nvs_encrypted_partition()
/hal_espressif-3.6.0/components/esp_system/
Dtask_wdt.c248 ASSERT_EXIT_CRIT_RETURN((twdt_config != NULL), ESP_ERR_NOT_FOUND); in esp_task_wdt_deinit()
323 ASSERT_EXIT_CRIT_RETURN((target_task != NULL), ESP_ERR_NOT_FOUND); in esp_task_wdt_reset()
341 ASSERT_EXIT_CRIT_RETURN((twdt_config != NULL), ESP_ERR_NOT_FOUND); in esp_task_wdt_delete()
395 return ESP_ERR_NOT_FOUND; in esp_task_wdt_status()
/hal_espressif-3.6.0/components/fatfs/vfs/
Dvfs_fat_spiflash.c44 return ESP_ERR_NOT_FOUND; in esp_vfs_fat_spiflash_mount()
146 return ESP_ERR_NOT_FOUND; in esp_vfs_fat_rawflash_mount()
196 return ESP_ERR_NOT_FOUND; in esp_vfs_fat_rawflash_unmount()
/hal_espressif-3.6.0/components/spi_flash/
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_mxic.c28 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_probe()
32 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_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_gd.c67 return ESP_ERR_NOT_FOUND; in spi_flash_chip_gd_probe()
72 return ESP_ERR_NOT_FOUND; in spi_flash_chip_gd_probe()
Dspi_flash_chip_mxic_opi.c38 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_opi_probe()
43 return ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_opi_probe()
76 err = ESP_ERR_NOT_FOUND; in spi_flash_chip_mxic_opi_set_write_protect()
/hal_espressif-3.6.0/examples/system/task_watchdog/main/
Dtask_watchdog_example_main.c72 …CHECK_ERROR_CODE(esp_task_wdt_status(task_handles[i]), ESP_ERR_NOT_FOUND); //Confirm task is unsu… in app_main()
76 …CHECK_ERROR_CODE(esp_task_wdt_status(xTaskGetIdleTaskHandleForCPU(i)), ESP_ERR_NOT_FOUND); //… in app_main()
/hal_espressif-3.6.0/components/hal/
Dsdio_slave_hal.c109 if (buf->read_ptr == buf->write_ptr) return ESP_ERR_NOT_FOUND; // no data in sdio_ringbuf_recv()
424 ret = ESP_ERR_NOT_FOUND; in send_get_inflight_desc()
440 } else if (ret == ESP_ERR_NOT_FOUND) { in send_get_unsent_desc()
462 if (ret == ESP_ERR_NOT_FOUND) { in sdio_slave_hal_send_get_next_finished_arg()
483 if (ret == ESP_ERR_NOT_FOUND) { in sdio_slave_hal_send_flush_next_buffer()
489 if (ret == ESP_ERR_NOT_FOUND) { in sdio_slave_hal_send_flush_next_buffer()
510 ret = ESP_ERR_NOT_FOUND; in sdio_slave_hal_send_new_packet_if_exist()
/hal_espressif-3.6.0/components/driver/test/
Dtest_gdma.c27 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FOUND, gdma_new_channel(&channel_config, &tx_channels[0]));
42 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FOUND, gdma_new_channel(&channel_config, &rx_channels[0]));
/hal_espressif-3.6.0/components/app_update/test/
Dtest_ota_ops.c44 TEST_ASSERT_EQUAL_HEX(ESP_ERR_NOT_FOUND, esp_ota_begin(&partition, OTA_SIZE_UNKNOWN, &handle));
113 …TEST_ESP_ERR(ESP_ERR_NOT_FOUND, bootloader_common_get_partition_description(&not_app_pos, &app_des…
/hal_espressif-3.6.0/examples/peripherals/spi_slave_hd/append_mode/master/main/
Dapp_main.c84 } else if (ret == ESP_ERR_NOT_FOUND) { in receiver()
122 } else if (ret == ESP_ERR_NOT_FOUND) { in sender()
/hal_espressif-3.6.0/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_bootloader.c92 return ESP_ERR_NOT_FOUND; in get_secure_boot_key_digests()
99 return ESP_ERR_NOT_FOUND; in get_secure_boot_key_digests()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dmemprot.c36 case MEMP_LL_ERR_UNI_BLOCK_INVALID: return ESP_ERR_NOT_FOUND; in esp_memprot_ll_err_to_esp_err()
490 ret = ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_read_bit()
495 ret = ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_read_bit()
517 ret = ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_write_bit()
522 ret = ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_write_bit()
542 return ESP_ERR_NOT_FOUND; in esp_memprot_get_uni_block_exec_bit()
/hal_espressif-3.6.0/examples/protocols/modbus/tcp/mb_tcp_master/main/
Dtcp_master.c331 return ESP_ERR_NOT_FOUND; in master_resolve_slave()
484 for (uint16_t cid = 0; (err != ESP_ERR_NOT_FOUND) && cid < MASTER_MAX_CIDS; cid++) in master_operation_func()
490 if ((err != ESP_ERR_NOT_FOUND) && (param_descriptor != NULL)) { in master_operation_func()
597 return ESP_ERR_NOT_FOUND; in init_services()
606 return ESP_ERR_NOT_FOUND; in init_services()
/hal_espressif-3.6.0/components/mdns/test/
Dtest_mdns.c106 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FOUND, mdns_query_a(MDNS_HOSTNAME, 10, &addr4) );
109 TEST_ASSERT_EQUAL(ESP_ERR_NOT_FOUND, mdns_query_aaaa(MDNS_HOSTNAME, 10, &addr6) );
/hal_espressif-3.6.0/components/spi_flash/esp32s3/
Dspi_flash_oct_flash_init.c62 return ESP_ERR_NOT_FOUND; in s_probe_mxic_chip()
66 return ESP_ERR_NOT_FOUND; in s_probe_mxic_chip()
/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_parse.c896 return ESP_ERR_NOT_FOUND; in httpd_query_key_value()
946 return ESP_ERR_NOT_FOUND; in httpd_req_get_url_query_str()
1068 return ESP_ERR_NOT_FOUND; in httpd_req_get_hdr_value_str()
1129 return ESP_ERR_NOT_FOUND; in httpd_cookie_key_value()
1140 return ESP_ERR_NOT_FOUND; in httpd_req_get_cookie_val()
1151 return ESP_ERR_NOT_FOUND; in httpd_req_get_cookie_val()
Dhttpd_sess.c441 return ESP_ERR_NOT_FOUND; in httpd_sess_update_lru_counter()
463 return ESP_ERR_NOT_FOUND; in httpd_sess_trigger_close_()
472 return ESP_ERR_NOT_FOUND; in httpd_sess_trigger_close()
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_phy.c42 return ESP_ERR_NOT_FOUND; in esp_eth_detect_phy_addr()
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp_netif_mock.c37 return ESP_ERR_NOT_FOUND; in esp_netif_remove_from_list()
/hal_espressif-3.6.0/components/mdns/host_test/main/
Dmain.c18 if(err == ESP_ERR_NOT_FOUND){ in query_mdns_host()

12345