Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dmemprot_types.h23 MEMP_LL_ERR_UNI_BLOCK_INVALID = 4, enumerator
/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/hal/esp32s2/include/hal/
Dmemprot_ll.h313 return MEMP_LL_ERR_UNI_BLOCK_INVALID; in memprot_ll_iram0_sram_set_prot()
627 return MEMP_LL_ERR_UNI_BLOCK_INVALID; in memprot_ll_dram0_sram_set_uni_block_perm()
727 return MEMP_LL_ERR_UNI_BLOCK_INVALID; in memprot_ll_dram0_sram_set_prot()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dmemprot.c36 case MEMP_LL_ERR_UNI_BLOCK_INVALID: return ESP_ERR_NOT_FOUND; in esp_memprot_ll_err_to_esp_err()