Searched refs:MEMPROT_PMS_AREA_IRAM0_3 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32c3/ |
D | soc_memprot_types.h | 56 MEMPROT_PMS_AREA_IRAM0_3 = 0x00000008, enumerator 152 case MEMPROT_PMS_AREA_IRAM0_3: in esp_mprot_pms_area_to_str()
|
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s3/ |
D | soc_memprot_types.h | 58 MEMPROT_PMS_AREA_IRAM0_3 = 0x00000008, enumerator 186 case MEMPROT_PMS_AREA_IRAM0_3: in esp_mprot_pms_area_to_str()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 243 case MEMPROT_PMS_AREA_IRAM0_3: in esp_mprot_set_pms_area() 291 case MEMPROT_PMS_AREA_IRAM0_3: in esp_mprot_get_pms_area() 703 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_3, MEMPROT_OP_NONE, DEFAU… in esp_mprot_set_prot()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 314 case MEMPROT_PMS_AREA_IRAM0_3: in esp_mprot_set_pms_area() 371 case MEMPROT_PMS_AREA_IRAM0_3: in esp_mprot_get_pms_area() 979 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_3, MEMPROT_OP_NONE, DEFAU… in esp_mprot_set_prot() 1110 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_get_pms_area(MEMPROT_PMS_AREA_IRAM0_3, &check_val, DEFAULT_CP… in esp_mprot_set_prot()
|