Home
last modified time | relevance | path

Searched refs:MEMPROT_PMS_AREA_ICACHE_0 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s3/
Dsoc_memprot_types.h65 MEMPROT_PMS_AREA_ICACHE_0 = 0x00000400, enumerator
200 case MEMPROT_PMS_AREA_ICACHE_0: in esp_mprot_pms_area_to_str()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c337 case MEMPROT_PMS_AREA_ICACHE_0: in esp_mprot_set_pms_area()
394 case MEMPROT_PMS_AREA_ICACHE_0: in esp_mprot_get_pms_area()
970 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_ICACHE_0, MEMPROT_OP_NONE, DEFA… in esp_mprot_set_prot()