Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dmpu_types.h24 MPU_REGION_ILLEGAL, enumerator
/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()
/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()
/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()
/hal_espressif-latest/components/hal/
Dmpu_hal.c51 case MPU_REGION_ILLEGAL: in mpu_hal_set_region_access()