Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_memprot_err.h24 #define ESP_ERR_MEMPROT_AREA_INVALID (ESP_ERR_MEMPROT_BASE + 7) /**< Required Area ide… macro
/hal_espressif-3.6.0/components/esp_hw_support/port/
Desp_memprot_conv.c19 case MEMP_LL_ERR_AREA_INVALID: return ESP_ERR_MEMPROT_AREA_INVALID; in esp_mprot_ll_err_to_esp_err()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c789 # ifdef ESP_ERR_MEMPROT_AREA_INVALID
790 ERR_TBL_IT(ESP_ERR_MEMPROT_AREA_INVALID), /* 53255 0xd007 */