Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_memprot_err.h25 #define ESP_ERR_MEMPROT_CPUID_INVALID (ESP_ERR_MEMPROT_BASE + 8) /**< Required CPU/Core… macro
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c836 # ifdef ESP_ERR_MEMPROT_CPUID_INVALID
837 ERR_TBL_IT(ESP_ERR_MEMPROT_CPUID_INVALID), /* 53256 0xd008 */
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c47 return ESP_ERR_MEMPROT_CPUID_INVALID; in esp_mprot_cpuid_valid()
903 return ESP_ERR_MEMPROT_CPUID_INVALID; in esp_mprot_set_prot()