Home
last modified time | relevance | path

Searched refs:ESP_ERR_NVS_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/zephyr/esp32/include/
Desp_nvs_adapter.h10 #define ESP_ERR_NVS_NOT_FOUND (ESP_ERR_NVS_BASE + 0x02) /*!< Id namespace doesn’t ex… macro
38 if (rc == -ENOENT) return ESP_ERR_NVS_NOT_FOUND; in esp_get_nvs_error()
/hal_espressif-latest/zephyr/esp32s3/include/
Desp_nvs_adapter.h10 #define ESP_ERR_NVS_NOT_FOUND (ESP_ERR_NVS_BASE + 0x02) /*!< Id namespace doesn’t ex… macro
38 if (rc == -ENOENT) return ESP_ERR_NVS_NOT_FOUND; in esp_get_nvs_error()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.c232 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()
/hal_espressif-latest/components/bt/common/osi/
Dconfig.c374 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()
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c147 # ifdef ESP_ERR_NVS_NOT_FOUND
148 …ERR_TBL_IT(ESP_ERR_NVS_NOT_FOUND), /* 4354 0x1102 A requested entry coul…
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c415 if(err_code != ESP_ERR_NVS_NOT_FOUND) { in bta_gattc_co_cache_addr_init()