Home
last modified time | relevance | path

Searched refs:ESP_ERR_NVS_WRONG_ENCRYPTION (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition_lookup.cpp22 return ESP_ERR_NVS_WRONG_ENCRYPTION; in lookup_nvs_partition()
46 return ESP_ERR_NVS_WRONG_ENCRYPTION; in lookup_nvs_encrypted_partition()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c218 # ifdef ESP_ERR_NVS_WRONG_ENCRYPTION
219 …ERR_TBL_IT(ESP_ERR_NVS_WRONG_ENCRYPTION), /* 4377 0x1119 NVS partition is marke…
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h54 #define ESP_ERR_NVS_WRONG_ENCRYPTION (ESP_ERR_NVS_BASE + 0x19) /*!< NVS partition is marked… macro