Home
last modified time | relevance | path

Searched refs:ESP_ERR_NVS_VALUE_TOO_LONG (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/zephyr/esp32/include/
Desp_nvs_adapter.h22 #define ESP_ERR_NVS_VALUE_TOO_LONG (ESP_ERR_NVS_BASE + 0x0e) /*!< String or blob length i… macro
/hal_espressif-3.6.0/zephyr/esp32s3/include/
Desp_nvs_adapter.h22 #define ESP_ERR_NVS_VALUE_TOO_LONG (ESP_ERR_NVS_BASE + 0x0e) /*!< String or blob length i… macro
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c179 # ifdef ESP_ERR_NVS_VALUE_TOO_LONG
180 …ERR_TBL_IT(ESP_ERR_NVS_VALUE_TOO_LONG), /* 4366 0x110e String or blob length …
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h43 #define ESP_ERR_NVS_VALUE_TOO_LONG (ESP_ERR_NVS_BASE + 0x0e) /*!< String or blob length i… macro
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/
Dcmd_nvs.c238 return ESP_ERR_NVS_VALUE_TOO_LONG; in set_value_in_nvs()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_storage.cpp177 return ESP_ERR_NVS_VALUE_TOO_LONG; in writeMultiPageBlob()
Dnvs_page.cpp192 return ESP_ERR_NVS_VALUE_TOO_LONG; in writeItem()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp268 …em(1, ItemType::BLOB, "2", buf, Page::ENTRY_COUNT * Page::ENTRY_SIZE), ESP_ERR_NVS_VALUE_TOO_LONG);
270 …page.writeItem(1, ItemType::BLOB, "2", buf, Page::CHUNK_MAX_SIZE + 1), ESP_ERR_NVS_VALUE_TOO_LONG);
2085 TEST_ESP_ERR(nvs_set_blob(handle, "abc", blob, blob_size), ESP_ERR_NVS_VALUE_TOO_LONG);