Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp32/include/
Desp_nvs_adapter.h34 #define ESP_ERR_NVS_CONTENT_DIFFERS (ESP_ERR_NVS_BASE + 0x18) /*!< Internal error; never r… macro
/hal_espressif-3.6.0/zephyr/esp32s3/include/
Desp_nvs_adapter.h34 #define ESP_ERR_NVS_CONTENT_DIFFERS (ESP_ERR_NVS_BASE + 0x18) /*!< Internal error; never r… macro
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c213 # ifdef ESP_ERR_NVS_CONTENT_DIFFERS
214 …ERR_TBL_IT(ESP_ERR_NVS_CONTENT_DIFFERS), /* 4376 0x1118 Internal error; never …
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h56 #define ESP_ERR_NVS_CONTENT_DIFFERS (ESP_ERR_NVS_BASE + 0x18) /*!< Internal error; never r… macro
/hal_espressif-3.6.0/components/nvs_flash/host_test/nvs_page_test/main/
Dnvs_page_test.cpp582 …TEST_ASSERT_EQUAL(ESP_ERR_NVS_CONTENT_DIFFERS, fix.page.cmpItem(uint8_t(1), "test_value", uint8_t(… in test_Page_cmp__item_content_mismatch()
613 TEST_ASSERT_EQUAL(ESP_ERR_NVS_CONTENT_DIFFERS, in test_Page_cmpItem__blob_data_mismatch()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_page.cpp337 return ESP_ERR_NVS_CONTENT_DIFFERS; in cmpItem()
357 return ESP_ERR_NVS_CONTENT_DIFFERS; in cmpItem()
Dnvs_storage.cpp496 return ESP_ERR_NVS_CONTENT_DIFFERS; in cmpMultiPageBlob()