Searched refs:MEMPROT_OP_NONE (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_memprot_types.h | 28 #define MEMPROT_OP_NONE 0x00000000 macro
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | esp_memprot_conv.c | 39 case MEMPROT_OP_NONE: return "NONE"; in esp_mprot_oper_type_to_str()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 562 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/ |
D | esp_memprot.c | 816 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()
|