Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/esp_psram/esp32/
Desp_himem.c193 return ESP_ERR_INVALID_SIZE; in esp_himem_alloc()
245 …ESP_RETURN_ON_FALSE(size % CACHE_BLOCKSIZE == 0, ESP_ERR_INVALID_SIZE, TAG, "requested size not al… in esp_himem_alloc_map_range()
311 …ESP_RETURN_ON_FALSE(ram_block + blockcount <= handle->block_ct, ESP_ERR_INVALID_SIZE, TAG, "args n… in esp_himem_map()
312 …ESP_RETURN_ON_FALSE(range_block + blockcount <= range->block_ct, ESP_ERR_INVALID_SIZE, TAG, "args … in esp_himem_map()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gatt_common_api.c32 return ESP_ERR_INVALID_SIZE; in esp_ble_gatt_set_local_mtu()
Desp_gap_ble_api.c386 return ESP_ERR_INVALID_SIZE; in esp_ble_gap_update_whitelist()
593 return ESP_ERR_INVALID_SIZE; in esp_ble_gap_add_duplicate_scan_exceptional_device()
617 return ESP_ERR_INVALID_SIZE; in esp_ble_gap_remove_duplicate_scan_exceptional_device()
/hal_espressif-latest/components/driver/spi/sdspi/
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-latest/components/esp_common/include/
Desp_err.h28 #define ESP_ERR_INVALID_SIZE 0x104 /*!< Invalid size */ macro
/hal_espressif-latest/components/bootloader_support/src/
Dflash_partitions.c31 return ESP_ERR_INVALID_SIZE; in esp_partition_table_verify()
/hal_espressif-latest/components/esp_netif/loopback/
Desp_netif_loopback.c90 return ESP_ERR_INVALID_SIZE; in esp_netif_init()
103 return ESP_ERR_INVALID_SIZE; in esp_netif_deinit()
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c107 # ifdef ESP_ERR_INVALID_SIZE
108 ERR_TBL_IT(ESP_ERR_INVALID_SIZE), /* 260 0x104 Invalid size */
/hal_espressif-latest/components/heap/
Dheap_caps_init.c236 err = ESP_ERR_INVALID_SIZE; in heap_caps_add_region_with_caps()
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/
Dflash_encrypt.c335 return ESP_ERR_INVALID_SIZE; in encrypt_bootloader()
/hal_espressif-latest/components/spi_flash/
Desp_flash_api.c1138 return ESP_ERR_INVALID_SIZE; in esp_flash_read_encrypted()
1249 return ESP_ERR_INVALID_SIZE; in esp_flash_write_encrypted()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c401 return ESP_ERR_INVALID_SIZE; in bootloader_flash_erase_range()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c396 return ESP_ERR_INVALID_SIZE; in esp_rom_flash_erase_range()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dmemprot.c34 case MEMP_HAL_ERR_SPLIT_ADDR_UNALIGNED: return ESP_ERR_INVALID_SIZE; in esp_memprot_ll_err_to_esp_err()
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c1025 if (ret == ESP_ERR_INVALID_SIZE) { in try_heap_caps_add_region()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c1106 if (ret == ESP_ERR_INVALID_SIZE) { in try_heap_caps_add_region()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c1084 if (ret == ESP_ERR_INVALID_SIZE) { in try_heap_caps_add_region()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c1205 if (ret == ESP_ERR_INVALID_SIZE) { in try_heap_caps_add_region()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c1290 if (ret == ESP_ERR_INVALID_SIZE) { in try_heap_caps_add_region()