Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_memprot_err.h23 #define ESP_ERR_MEMPROT_WORLD_INVALID (ESP_ERR_MEMPROT_BASE + 6) /**< Required World id… macro
/hal_espressif-3.6.0/components/esp_hw_support/port/
Desp_memprot_conv.c18 case MEMP_LL_ERR_WORLD_INVALID: return ESP_ERR_MEMPROT_WORLD_INVALID; in esp_mprot_ll_err_to_esp_err()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c786 # ifdef ESP_ERR_MEMPROT_WORLD_INVALID
787 ERR_TBL_IT(ESP_ERR_MEMPROT_WORLD_INVALID), /* 53254 0xd006 */
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Desp_memprot.c548 return ESP_ERR_MEMPROT_WORLD_INVALID; in esp_mprot_get_violate_world()