Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c31 __attribute__((unused)) const unsigned PMA_RX = PMA_L | PMA_EN | PMA_R | PMA_X; in esp_cpu_configure_invalid_regions()
32 __attribute__((unused)) const unsigned PMA_RWX = PMA_L | PMA_EN | PMA_R | PMA_W | PMA_X; in esp_cpu_configure_invalid_regions()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c31 __attribute__((unused)) const unsigned PMA_RX = PMA_L | PMA_EN | PMA_R | PMA_X; in esp_cpu_configure_invalid_regions()
32 __attribute__((unused)) const unsigned PMA_RWX = PMA_L | PMA_EN | PMA_R | PMA_W | PMA_X; in esp_cpu_configure_invalid_regions()
/hal_espressif-3.7.0/components/riscv/include/riscv/
Dcsr.h58 #define PMA_X BIT(2) macro