Searched refs:ESP_ERR_NVS_PAGE_FULL (Results 1 – 7 of 7) sorted by relevance
214 assert(err != ESP_ERR_NVS_PAGE_FULL); in writeMultiPageBlob()248 assert(err != ESP_ERR_NVS_PAGE_FULL); in writeMultiPageBlob()310 if (err == ESP_ERR_NVS_PAGE_FULL) { in writeItem()347 if (err == ESP_ERR_NVS_PAGE_FULL) { in writeItem()360 if (err == ESP_ERR_NVS_PAGE_FULL) { in writeItem()
183 return ESP_ERR_NVS_PAGE_FULL; in writeItem()213 return ESP_ERR_NVS_PAGE_FULL; in writeItem()
18 #define ESP_ERR_NVS_PAGE_FULL (ESP_ERR_NVS_BASE + 0x0a) /*!< Internal error; never r… macro
160 # ifdef ESP_ERR_NVS_PAGE_FULL161 …ERR_TBL_IT(ESP_ERR_NVS_PAGE_FULL), /* 4362 0x110a Internal error; never …
39 #define ESP_ERR_NVS_PAGE_FULL (ESP_ERR_NVS_BASE + 0x0a) /*!< Internal error; never r… macro
171 CHECK(page.writeItem(1, "foo", 64UL) == ESP_ERR_NVS_PAGE_FULL);