Searched refs:ESP_ERR_NVS_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance
10 #define ESP_ERR_NVS_NOT_FOUND (ESP_ERR_NVS_BASE + 0x02) /*!< Id namespace doesn’t ex… macro38 if (rc == -ENOENT) return ESP_ERR_NVS_NOT_FOUND; in esp_get_nvs_error()
232 if (err == ESP_ERR_NVS_NOT_FOUND) { in settings_save()307 if (err == ESP_ERR_NVS_NOT_FOUND) { in settings_load()359 if (err != ESP_ERR_NVS_NOT_FOUND) { in settings_get_length()600 if (err == ESP_ERR_NVS_NOT_FOUND) { in bt_mesh_settings_erase_key()
374 if (err == ESP_ERR_NVS_NOT_FOUND) { in get_config_size_from_flash()389 if (err == ESP_ERR_NVS_NOT_FOUND) { in get_config_size_from_flash()583 if (err == ESP_ERR_NVS_NOT_FOUND) { in config_parse()596 if (err == ESP_ERR_NVS_NOT_FOUND) { in config_parse()
147 # ifdef ESP_ERR_NVS_NOT_FOUND148 …ERR_TBL_IT(ESP_ERR_NVS_NOT_FOUND), /* 4354 0x1102 A requested entry coul…
415 if(err_code != ESP_ERR_NVS_NOT_FOUND) { in bta_gattc_co_cache_addr_init()