Searched refs:ESP_ERR_NVS_PAGE_FULL (Results 1 – 4 of 4) sorted by relevance
222 assert(err != ESP_ERR_NVS_PAGE_FULL); in writeMultiPageBlob()256 assert(err != ESP_ERR_NVS_PAGE_FULL); in writeMultiPageBlob()318 if (err == ESP_ERR_NVS_PAGE_FULL) { in writeItem()355 if (err == ESP_ERR_NVS_PAGE_FULL) { in writeItem()368 if (err == ESP_ERR_NVS_PAGE_FULL) { in writeItem()
195 return ESP_ERR_NVS_PAGE_FULL; in writeItem()221 return ESP_ERR_NVS_PAGE_FULL; in writeItem()
161 # ifdef ESP_ERR_NVS_PAGE_FULL162 …ERR_TBL_IT(ESP_ERR_NVS_PAGE_FULL), /* 4362 0x110a Internal error; never …
47 #define ESP_ERR_NVS_PAGE_FULL (ESP_ERR_NVS_BASE + 0x0a) /*!< Internal error; never r… macro