Searched refs:esp_mprot_set_pms_area (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/ |
D | test_memprot_main.c | 243 if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_0, flags)) != ESP_OK) { in test_mprot_set_permissions() 246 if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_1, flags)) != ESP_OK) { in test_mprot_set_permissions() 249 if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_2, flags)) != ESP_OK) { in test_mprot_set_permissions() 253 if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_3, flags)) != ESP_OK) { in test_mprot_set_permissions() 261 if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_0, flags)) != ESP_OK) { in test_mprot_set_permissions() 265 if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_1, flags)) != ESP_OK) { in test_mprot_set_permissions() 268 if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_2, flags)) != ESP_OK) { in test_mprot_set_permissions() 271 if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_3, flags)) != ESP_OK) { in test_mprot_set_permissions() 279 … if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_RTCFAST_LO, flags)) != ESP_OK) { in test_mprot_set_permissions() 283 … if ((err = esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_RTCFAST_HI, flags)) != ESP_OK) { in test_mprot_set_permissions()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 227 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags) in esp_mprot_set_pms_area() function 700 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_0, MEMPROT_OP_READ | MEMP… in esp_mprot_set_prot() 701 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_1, MEMPROT_OP_READ | MEMP… in esp_mprot_set_prot() 702 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_2, MEMPROT_OP_READ | MEMP… in esp_mprot_set_prot() 703 … ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_3, MEMPROT_OP_NONE)) in esp_mprot_set_prot() 706 … ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_0, MEMPROT_OP_NONE )) in esp_mprot_set_prot() 707 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_1, MEMPROT_OP_READ | MEMP… in esp_mprot_set_prot() 708 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_2, MEMPROT_OP_READ | MEMP… in esp_mprot_set_prot() 709 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_DRAM0_3, MEMPROT_OP_READ | MEMP… in esp_mprot_set_prot() 716 …ESP_MEMPROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_IRAM0_RTCFAST_LO, MEMPROT_OP_RE… in esp_mprot_set_prot() [all …]
|
/hal_espressif-3.6.0/components/esp_hw_support/include/esp_private/ |
D | esp_memprot_internal.h | 146 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags);
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | esp_memprot.c | 76 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags) in esp_mprot_set_pms_area() function
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 76 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags) in esp_mprot_set_pms_area() function
|