Searched refs:SOC_PERIPHERAL_HIGH (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | cpu_region_protect.c | 102 PMP_ENTRY_SET(13, SOC_PERIPHERAL_HIGH, RW); in esp_cpu_configure_region_protection() 103 _Static_assert(SOC_PERIPHERAL_LOW < SOC_PERIPHERAL_HIGH, "Invalid peripheral region"); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | cpu_region_protect.c | 63 PMA_ENTRY_SET_TOR(11, SOC_PERIPHERAL_HIGH, PMA_NONE); in esp_cpu_configure_invalid_regions() 198 const uint32_t pmpaddr14 = PMPADDR_NAPOT(SOC_PERIPHERAL_LOW, SOC_PERIPHERAL_HIGH); in esp_cpu_configure_region_protection() 200 _Static_assert(SOC_PERIPHERAL_LOW < SOC_PERIPHERAL_HIGH, "Invalid peripheral region"); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | cpu_region_protect.c | 63 PMA_ENTRY_SET_TOR(11, SOC_PERIPHERAL_HIGH, PMA_NONE); in esp_cpu_configure_invalid_regions() 207 const uint32_t pmpaddr15 = PMPADDR_NAPOT(SOC_PERIPHERAL_LOW, SOC_PERIPHERAL_HIGH); in esp_cpu_configure_region_protection() 209 _Static_assert(SOC_PERIPHERAL_LOW < SOC_PERIPHERAL_HIGH, "Invalid peripheral region"); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | soc.h | 202 #define SOC_PERIPHERAL_HIGH 0x60100000 macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | soc.h | 204 #define SOC_PERIPHERAL_HIGH 0x60100000 macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc.h | 202 #define SOC_PERIPHERAL_HIGH 0x60100000 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | soc.h | 200 #define SOC_PERIPHERAL_HIGH 0x60100000 macro
|