Home
last modified time | relevance | path

Searched refs:ESP_ERR_NVS_REMOVE_FAILED (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/esp_common/src/
Desp_err_to_name.c150 # ifdef ESP_ERR_NVS_REMOVE_FAILED
151 …ERR_TBL_IT(ESP_ERR_NVS_REMOVE_FAILED), /* 4360 0x1108 The value wasn’t updat…
/device/soc/esp/esp32/components/nvs_flash/include/
Dnvs.h45 #define ESP_ERR_NVS_REMOVE_FAILED (ESP_ERR_NVS_BASE + 0x08) /*!< The value wasn’t update… macro
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_storage.cpp330 return ESP_ERR_NVS_REMOVE_FAILED; in writeItem()
386 return ESP_ERR_NVS_REMOVE_FAILED; in writeItem()