/hal_espressif-3.6.0/components/spi_flash/ |
D | partition.c | 321 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()
|
D | flash_ops.c | 319 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/ |
D | test_nvs_partition.cpp | 39 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);
|
D | spi_flash_emulation.cpp | 33 return ESP_ERR_INVALID_SIZE; in esp_partition_erase_range()
|
D | test_fixtures.hpp | 76 return ESP_ERR_INVALID_SIZE; in erase_range()
|
/hal_espressif-3.6.0/components/ulp/ |
D | ulp.c | 101 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()
|
D | ulp_riscv.c | 66 return ESP_ERR_INVALID_SIZE; in ulp_riscv_load_binary()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | esp_himem.c | 188 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()
|
D | spiram.c | 179 return ESP_ERR_INVALID_SIZE; in esp_spiram_init()
|
/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | nvs_encrypted_partition.cpp | 46 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/ |
D | sdmmc_io.c | 26 …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()
|
D | sdmmc_cmd.c | 390 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/ |
D | core_dump_flash.c | 454 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/ |
D | real_time_stats_example_main.c | 68 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/ |
D | esp_flash_err.h | 36 …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/ |
D | sdspi_transaction.c | 60 *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/ |
D | esp_gatt_common_api.c | 32 return ESP_ERR_INVALID_SIZE; in esp_ble_gatt_set_local_mtu()
|
/hal_espressif-3.6.0/components/spi_flash/test/ |
D | test_partition_ext.c | 38 TEST_ESP_ERR(ESP_ERR_INVALID_SIZE,
|
D | test_flash_encryption.c | 66 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/ |
D | esp_err.h | 27 #define ESP_ERR_INVALID_SIZE 0x104 /*!< Invalid size */ macro
|
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | flash_partitions.c | 41 return ESP_ERR_INVALID_SIZE; in esp_partition_table_verify()
|
/hal_espressif-3.6.0/components/esp_netif/loopback/ |
D | esp_netif_loopback.c | 95 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/ |
D | esp_err_to_name.c | 94 # 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/ |
D | esp32_mock.h | 39 #define ESP_ERR_INVALID_SIZE 0x104 macro
|
/hal_espressif-3.6.0/components/esp_eth/src/ |
D | esp_eth_mac_openeth.c | 240 …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()
|