Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_memprot_err.h22 #define ESP_ERR_MEMPROT_UNIMGMT_BLOCK_INVALID (ESP_ERR_MEMPROT_BASE + 5) /**< Required unified-… macro
/hal_espressif-3.6.0/components/esp_hw_support/port/
Desp_memprot_conv.c17 case MEMP_LL_ERR_UNI_BLOCK_INVALID: return ESP_ERR_MEMPROT_UNIMGMT_BLOCK_INVALID; in esp_mprot_ll_err_to_esp_err()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c783 # ifdef ESP_ERR_MEMPROT_UNIMGMT_BLOCK_INVALID
784 ERR_TBL_IT(ESP_ERR_MEMPROT_UNIMGMT_BLOCK_INVALID), /* 53253 0xd005 */