Home
last modified time | relevance | path

Searched refs:ESP_ERR_INVALID_SIZE (Results 1 – 25 of 48) sorted by relevance

12

/hal_espressif-3.6.0/components/spi_flash/
Dpartition.c321 return ESP_ERR_INVALID_SIZE; in esp_partition_register_external()
419 return ESP_ERR_INVALID_SIZE; in esp_partition_read()
461 return ESP_ERR_INVALID_SIZE; in esp_partition_write()
494 return ESP_ERR_INVALID_SIZE; in esp_partition_read_raw()
512 return ESP_ERR_INVALID_SIZE; in esp_partition_write_raw()
531 return ESP_ERR_INVALID_SIZE; in esp_partition_erase_range()
534 return ESP_ERR_INVALID_SIZE; in esp_partition_erase_range()
563 return ESP_ERR_INVALID_SIZE; in esp_partition_mmap()
Dflash_ops.c319 return ESP_ERR_INVALID_SIZE; in spi_flash_erase_range()
322 return ESP_ERR_INVALID_SIZE; in spi_flash_erase_range()
458 return ESP_ERR_INVALID_SIZE; in spi_flash_write()
621 return ESP_ERR_INVALID_SIZE; in spi_flash_write_encrypted()
709 return ESP_ERR_INVALID_SIZE; in spi_flash_read()
860 return ESP_ERR_INVALID_SIZE; in spi_flash_read_encrypted()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs_partition.cpp39 CHECK(fix.part.read(0, foo, sizeof (foo) -1) == ESP_ERR_INVALID_SIZE);
52 CHECK(fix.part.write(0, foo, sizeof (foo) -1) == ESP_ERR_INVALID_SIZE);
Dspi_flash_emulation.cpp33 return ESP_ERR_INVALID_SIZE; in esp_partition_erase_range()
Dtest_fixtures.hpp76 return ESP_ERR_INVALID_SIZE; in erase_range()
/hal_espressif-3.6.0/components/ulp/
Dulp.c101 return ESP_ERR_INVALID_SIZE; in ulp_load_binary()
107 return ESP_ERR_INVALID_SIZE; in ulp_load_binary()
126 return ESP_ERR_INVALID_SIZE; in ulp_load_binary()
Dulp_riscv.c66 return ESP_ERR_INVALID_SIZE; in ulp_riscv_load_binary()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Desp_himem.c188 return ESP_ERR_INVALID_SIZE; in esp_himem_alloc()
240 …ESP_RETURN_ON_FALSE(size % CACHE_BLOCKSIZE == 0, ESP_ERR_INVALID_SIZE, TAG, "requested size not al… in esp_himem_alloc_map_range()
306 …ESP_RETURN_ON_FALSE(ram_block + blockcount <= handle->block_ct, ESP_ERR_INVALID_SIZE, TAG, "args n… in esp_himem_map()
307 …ESP_RETURN_ON_FALSE(range_block + blockcount <= range->block_ct, ESP_ERR_INVALID_SIZE, TAG, "args … in esp_himem_map()
Dspiram.c179 return ESP_ERR_INVALID_SIZE; in esp_spiram_init()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_encrypted_partition.cpp46 if (size != sizeof(Item)) return ESP_ERR_INVALID_SIZE; in read()
75 if (size % ESP_ENCRYPT_BLOCK_SIZE != 0) return ESP_ERR_INVALID_SIZE; in write()
/hal_espressif-3.6.0/components/sdmmc/
Dsdmmc_io.c26 …L) do {int store_size = (SIZE); if((store_size) < (MINIMAL)) return ESP_ERR_INVALID_SIZE;} while(0)
278 return ESP_ERR_INVALID_SIZE; in sdmmc_io_rw_extended()
284 return ESP_ERR_INVALID_SIZE; in sdmmc_io_rw_extended()
364 return ESP_ERR_INVALID_SIZE; in sdmmc_io_read_blocks()
375 return ESP_ERR_INVALID_SIZE; in sdmmc_io_write_blocks()
629 return ESP_ERR_INVALID_SIZE; in sdmmc_io_get_cis_data()
Dsdmmc_cmd.c390 return ESP_ERR_INVALID_SIZE; in sdmmc_write_sectors_dma()
465 return ESP_ERR_INVALID_SIZE; in sdmmc_read_sectors_dma()
/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_flash.c454 return ESP_ERR_INVALID_SIZE; in esp_core_dump_image_erase()
492 return ESP_ERR_INVALID_SIZE; in esp_core_dump_partition_and_size_get()
506 return ESP_ERR_INVALID_SIZE; in esp_core_dump_partition_and_size_get()
511 return ESP_ERR_INVALID_SIZE; in esp_core_dump_partition_and_size_get()
/hal_espressif-3.6.0/examples/system/freertos/real_time_stats/main/
Dreal_time_stats_example_main.c68 ret = ESP_ERR_INVALID_SIZE; in print_real_time_stats()
84 ret = ESP_ERR_INVALID_SIZE; in print_real_time_stats()
/hal_espressif-3.6.0/components/hal/include/hal/
Desp_flash_err.h36 …ESP_ERR_FLASH_SIZE_NOT_MATCH = ESP_ERR_INVALID_SIZE, ///< The chip doesn't have enough space for …
/hal_espressif-3.6.0/components/driver/
Dsdspi_transaction.c60 *out_err = ESP_ERR_INVALID_SIZE; in r1_response_to_err()
85 *out_err = ESP_ERR_INVALID_SIZE; in r1_sdio_response_to_err()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gatt_common_api.c32 return ESP_ERR_INVALID_SIZE; in esp_ble_gatt_set_local_mtu()
/hal_espressif-3.6.0/components/spi_flash/test/
Dtest_partition_ext.c38 TEST_ESP_ERR(ESP_ERR_INVALID_SIZE,
Dtest_flash_encryption.c66 TEST_ASSERT_EQUAL_HEX(ESP_ERR_INVALID_SIZE,
212 TEST_ASSERT_EQUAL_HEX(ESP_ERR_INVALID_SIZE,
/hal_espressif-3.6.0/components/esp_common/include/
Desp_err.h27 #define ESP_ERR_INVALID_SIZE 0x104 /*!< Invalid size */ macro
/hal_espressif-3.6.0/components/bootloader_support/src/
Dflash_partitions.c41 return ESP_ERR_INVALID_SIZE; in esp_partition_table_verify()
/hal_espressif-3.6.0/components/esp_netif/loopback/
Desp_netif_loopback.c95 return ESP_ERR_INVALID_SIZE; in esp_netif_init()
108 return ESP_ERR_INVALID_SIZE; in esp_netif_deinit()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c94 # ifdef ESP_ERR_INVALID_SIZE
95 ERR_TBL_IT(ESP_ERR_INVALID_SIZE), /* 260 0x104 Invalid size */
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h39 #define ESP_ERR_INVALID_SIZE 0x104 macro
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_mac_openeth.c240 …ESP_GOTO_ON_FALSE(length < DMA_BUF_SIZE * TX_BUF_COUNT, ESP_ERR_INVALID_SIZE, err, TAG, "insuffici… in emac_opencores_transmit()
280 ESP_GOTO_ON_FALSE(*length >= rx_length, ESP_ERR_INVALID_SIZE, err, TAG, "RX length too large"); in emac_opencores_receive()

12