Searched refs:ESP_ERR_NVS_READ_ONLY (Results 1 – 3 of 3) sorted by relevance
27 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()
137 # ifdef ESP_ERR_NVS_READ_ONLY138 …ERR_TBL_IT(ESP_ERR_NVS_READ_ONLY), /* 4356 0x1104 Storage handle was ope…
41 #define ESP_ERR_NVS_READ_ONLY (ESP_ERR_NVS_BASE + 0x04) /*!< Storage handle was open… macro