Home
last modified time | relevance | path

Searched refs:ESP_ERR_NVS_ENCR_NOT_SUPPORTED (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/zephyr/esp32/include/
Desp_nvs_adapter.h30 #define ESP_ERR_NVS_ENCR_NOT_SUPPORTED (ESP_ERR_NVS_BASE + 0x15) /*!< NVS encryption is not s… macro
/hal_espressif-3.6.0/zephyr/esp32s3/include/
Desp_nvs_adapter.h30 #define ESP_ERR_NVS_ENCR_NOT_SUPPORTED (ESP_ERR_NVS_BASE + 0x15) /*!< NVS encryption is not s… macro
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c204 # ifdef ESP_ERR_NVS_ENCR_NOT_SUPPORTED
205 …ERR_TBL_IT(ESP_ERR_NVS_ENCR_NOT_SUPPORTED), /* 4373 0x1115 NVS encryption is not …
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h51 #define ESP_ERR_NVS_ENCR_NOT_SUPPORTED (ESP_ERR_NVS_BASE + 0x15) /*!< NVS encryption is not s… macro