Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_memprot_types.h28 #define MEMPROT_OP_NONE 0x00000000 macro
/hal_espressif-latest/components/esp_hw_support/port/
Desp_memprot_conv.c39 case MEMPROT_OP_NONE: return "NONE"; in esp_mprot_oper_type_to_str()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_memprot.c562 uint32_t operation = MEMPROT_OP_NONE; in esp_mprot_get_violate_operation()
569 if (operation == MEMPROT_OP_NONE) { in esp_mprot_get_violate_operation()
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()
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/
Desp_memprot.c816 uint32_t operation = MEMPROT_OP_NONE; in esp_mprot_get_violate_operation()
970 …ROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_ICACHE_0, MEMPROT_OP_NONE, DEFAULT_CPU_… in esp_mprot_set_prot()
974 …ROT_ERR_CHECK(ret, esp_mprot_set_pms_area(MEMPROT_PMS_AREA_ICACHE_1, MEMPROT_OP_NONE, DEFAULT_CPU_… in esp_mprot_set_prot()
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()
1111 if (check_val != MEMPROT_OP_NONE) { in esp_mprot_set_prot()
1113 MEMPROT_OP_NONE, check_val); in esp_mprot_set_prot()