Searched refs:ESP_ERR_NVS_PART_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance
23 #define ESP_ERR_NVS_PART_NOT_FOUND (ESP_ERR_NVS_BASE + 0x0f) /*!< Partition with specifie… macro
183 # ifdef ESP_ERR_NVS_PART_NOT_FOUND184 …ERR_TBL_IT(ESP_ERR_NVS_PART_NOT_FOUND), /* 4367 0x110f Partition with specifi…
44 #define ESP_ERR_NVS_PART_NOT_FOUND (ESP_ERR_NVS_BASE + 0x0f) /*!< Partition with specifie… macro
193 return ESP_ERR_NVS_PART_NOT_FOUND; in open_handle()
57 …ol result_expected = result == ESP_ERR_NVS_NOT_INITIALIZED || result == ESP_ERR_NVS_PART_NOT_FOUND;