Searched refs:ESP_ERR_NVS_CONTENT_DIFFERS (Results 1 – 7 of 7) sorted by relevance
34 #define ESP_ERR_NVS_CONTENT_DIFFERS (ESP_ERR_NVS_BASE + 0x18) /*!< Internal error; never r… macro
213 # ifdef ESP_ERR_NVS_CONTENT_DIFFERS214 …ERR_TBL_IT(ESP_ERR_NVS_CONTENT_DIFFERS), /* 4376 0x1118 Internal error; never …
56 #define ESP_ERR_NVS_CONTENT_DIFFERS (ESP_ERR_NVS_BASE + 0x18) /*!< Internal error; never r… macro
582 …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()
337 return ESP_ERR_NVS_CONTENT_DIFFERS; in cmpItem()357 return ESP_ERR_NVS_CONTENT_DIFFERS; in cmpItem()
496 return ESP_ERR_NVS_CONTENT_DIFFERS; in cmpMultiPageBlob()