Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/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-2.7.6/components/esp_common/src/
Desp_err_to_name.c180 # ifdef ESP_ERR_NVS_VALUE_TOO_LONG
181 …ERR_TBL_IT(ESP_ERR_NVS_VALUE_TOO_LONG), /* 4366 0x110e String or blob length …
/hal_espressif-2.7.6/components/nvs_flash/include/
Dnvs.h51 #define ESP_ERR_NVS_VALUE_TOO_LONG (ESP_ERR_NVS_BASE + 0x0e) /*!< String or blob length i… macro
/hal_espressif-2.7.6/examples/system/console/components/cmd_nvs/
Dcmd_nvs.c238 return ESP_ERR_NVS_VALUE_TOO_LONG; in set_value_in_nvs()
/hal_espressif-2.7.6/components/nvs_flash/src/
Dnvs_storage.cpp185 return ESP_ERR_NVS_VALUE_TOO_LONG; in writeMultiPageBlob()
Dnvs_page.cpp204 return ESP_ERR_NVS_VALUE_TOO_LONG; in writeItem()
/hal_espressif-2.7.6/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);
2080 TEST_ESP_ERR(nvs_set_blob(handle, "abc", blob, blob_size), ESP_ERR_NVS_VALUE_TOO_LONG);