Searched refs:ESP_ERR_NVS_NOT_ENOUGH_SPACE (Results 1 – 3 of 3) sorted by relevance
13 #define ESP_ERR_NVS_NOT_ENOUGH_SPACE (ESP_ERR_NVS_BASE + 0x05) /*!< There is not enough spa… macro39 if (rc == -ENOMEM) return ESP_ERR_NVS_NOT_ENOUGH_SPACE; in esp_get_nvs_error()42 if (rc == -ENOSPC) return ESP_ERR_NVS_NOT_ENOUGH_SPACE; in esp_get_nvs_error()
159 # ifdef ESP_ERR_NVS_NOT_ENOUGH_SPACE160 …ERR_TBL_IT(ESP_ERR_NVS_NOT_ENOUGH_SPACE), /* 4357 0x1105 There is not enough sp…