Searched refs:MEMPROT_PMS_AREA_DRAM0_0 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32c3/ |
D | soc_memprot_types.h | 57 MEMPROT_PMS_AREA_DRAM0_0 = 0x00000010, enumerator 154 case MEMPROT_PMS_AREA_DRAM0_0: in esp_mprot_pms_area_to_str()
|
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s3/ |
D | soc_memprot_types.h | 59 MEMPROT_PMS_AREA_DRAM0_0 = 0x00000010, enumerator 188 case MEMPROT_PMS_AREA_DRAM0_0: in esp_mprot_pms_area_to_str()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 246 case MEMPROT_PMS_AREA_DRAM0_0: in esp_mprot_set_pms_area() 294 case MEMPROT_PMS_AREA_DRAM0_0: in esp_mprot_get_pms_area() 706 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_0, MEMPROT_OP_NONE, DEFAU… in esp_mprot_set_prot()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 317 case MEMPROT_PMS_AREA_DRAM0_0: in esp_mprot_set_pms_area() 374 case MEMPROT_PMS_AREA_DRAM0_0: in esp_mprot_get_pms_area() 982 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_0, MEMPROT_OP_READ, DEFAU… in esp_mprot_set_prot() 1118 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_get_pms_area(MEMPROT_PMS_AREA_DRAM0_0, &check_val, DEFAULT_CP… in esp_mprot_set_prot()
|