Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp32/include/
Desp_nvs_adapter.h23 #define ESP_ERR_NVS_PART_NOT_FOUND (ESP_ERR_NVS_BASE + 0x0f) /*!< Partition with specifie… macro
/hal_espressif-3.6.0/zephyr/esp32s3/include/
Desp_nvs_adapter.h23 #define ESP_ERR_NVS_PART_NOT_FOUND (ESP_ERR_NVS_BASE + 0x0f) /*!< Partition with specifie… macro
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c183 # ifdef ESP_ERR_NVS_PART_NOT_FOUND
184 …ERR_TBL_IT(ESP_ERR_NVS_PART_NOT_FOUND), /* 4367 0x110f Partition with specifi…
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h44 #define ESP_ERR_NVS_PART_NOT_FOUND (ESP_ERR_NVS_BASE + 0x0f) /*!< Partition with specifie… macro
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition_manager.cpp193 return ESP_ERR_NVS_PART_NOT_FOUND; in open_handle()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs_cxx_api.cpp57 …ol result_expected = result == ESP_ERR_NVS_NOT_INITIALIZED || result == ESP_ERR_NVS_PART_NOT_FOUND;