Searched refs:PMP_W (Results 1 – 5 of 5) sorted by relevance
27 #define CONDITIONAL_RW PMP_R | PMP_W28 #define CONDITIONAL_RWX PMP_R | PMP_W | PMP_X57 const unsigned RW = PMP_L | PMP_R | PMP_W; in esp_cpu_configure_region_protection()59 const unsigned RWX = PMP_L | PMP_R | PMP_W | PMP_X; in esp_cpu_configure_region_protection()
18 #define CONDITIONAL_RW PMP_R | PMP_W19 #define CONDITIONAL_RWX PMP_R | PMP_W | PMP_X106 const unsigned RW = PMP_L | PMP_R | PMP_W; in esp_cpu_configure_region_protection()108 const unsigned RWX = PMP_L | PMP_R | PMP_W | PMP_X; in esp_cpu_configure_region_protection()
34 const unsigned RW = PMP_L | PMP_TOR | PMP_R | PMP_W; in esp_cpu_configure_region_protection()36 const unsigned RWX = PMP_L | PMP_TOR | PMP_R | PMP_W | PMP_X; in esp_cpu_configure_region_protection()
165 #define PMP_W 0x02 macro