Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32/include/
Desp_nvs_adapter.h21 #define ESP_ERR_NVS_NO_FREE_PAGES (ESP_ERR_NVS_BASE + 0x0d) /*!< NVS partition doesn't c… macro
/hal_espressif-latest/zephyr/esp32s3/include/
Desp_nvs_adapter.h21 #define ESP_ERR_NVS_NO_FREE_PAGES (ESP_ERR_NVS_BASE + 0x0d) /*!< NVS partition doesn't c… macro
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c193 # ifdef ESP_ERR_NVS_NO_FREE_PAGES
194 …ERR_TBL_IT(ESP_ERR_NVS_NO_FREE_PAGES), /* 4365 0x110d NVS partition doesn't …