Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/
Desp_memprot.c87 *flags = MEMPROT_OP_NONE; in esp_mprot_get_pms_area()
191 *oper = MEMPROT_OP_NONE; in esp_mprot_get_violate_operation()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Desp_memprot.c87 *flags = MEMPROT_OP_NONE; in esp_mprot_get_pms_area()
191 *oper = MEMPROT_OP_NONE; in esp_mprot_get_violate_operation()
/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_memprot_types.h28 #define MEMPROT_OP_NONE 0x00000000 macro
/hal_espressif-3.6.0/components/esp_hw_support/port/
Desp_memprot_conv.c39 case MEMPROT_OP_NONE: return "NONE"; in esp_mprot_oper_type_to_str()
/hal_espressif-3.6.0/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)) 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()