Home
last modified time | relevance | path

Searched refs:PMP_NA4 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dcpu_region_protect.c134 PMP_ENTRY_CFG_SET(13, PMP_NA4 | NONE);// last 4 bytes(0xFFFFFFFC) in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dcpu_region_protect.c107 PMP_ENTRY_SET(15, UINT32_MAX, PMP_L | PMP_NA4); // last 4 bytes in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/riscv/include/riscv/
Dencoding.h172 #define PMP_NA4 0x10 macro