Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_handle_simple.cpp27 if (mReadOnly) return ESP_ERR_NVS_READ_ONLY; in set_typed_item()
42 if (mReadOnly) return ESP_ERR_NVS_READ_ONLY; in set_string()
50 if (mReadOnly) return ESP_ERR_NVS_READ_ONLY; in set_blob()
79 if (mReadOnly) return ESP_ERR_NVS_READ_ONLY; in erase_item()
87 if (mReadOnly) return ESP_ERR_NVS_READ_ONLY; in erase_all()
/device/soc/esp/esp32/components/esp_common/src/
Desp_err_to_name.c137 # ifdef ESP_ERR_NVS_READ_ONLY
138 …ERR_TBL_IT(ESP_ERR_NVS_READ_ONLY), /* 4356 0x1104 Storage handle was ope…
/device/soc/esp/esp32/components/nvs_flash/include/
Dnvs.h41 #define ESP_ERR_NVS_READ_ONLY (ESP_ERR_NVS_BASE + 0x04) /*!< Storage handle was open… macro