Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dcpu_region_protect.c18 mpu_hal_set_region_access(illegal_regions[i], MPU_REGION_ILLEGAL); in esp_cpu_configure_region_protection()
21 mpu_hal_set_region_access(1, MPU_REGION_RW); // 0x20000000 in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Dcpu_region_protect.c18 mpu_hal_set_region_access(illegal_regions[i], MPU_REGION_ILLEGAL); in esp_cpu_configure_region_protection()
21 mpu_hal_set_region_access(1, MPU_REGION_RW); // 0x20000000 in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dcpu_region_protect.c18 mpu_hal_set_region_access(illegal_regions[i], MPU_REGION_ILLEGAL); in esp_cpu_configure_region_protection()
21 mpu_hal_set_region_access(1, MPU_REGION_RW); // 0x20000000 in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/hal/include/hal/
Dmpu_hal.h32 void mpu_hal_set_region_access(int id, mpu_access_t access);
/hal_espressif-latest/components/hal/
Dmpu_hal.c26 void mpu_hal_set_region_access(int id, mpu_access_t access) in mpu_hal_set_region_access() function