Searched refs:SOC_PERIPHERAL_LOW (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | cpu_region_protect.c | 98 PMP_ENTRY_SET(12, SOC_PERIPHERAL_LOW, NONE); in esp_cpu_configure_region_protection() 99 _Static_assert(SOC_RTC_IRAM_HIGH < SOC_PERIPHERAL_LOW, "Invalid PMP entry order"); 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 | 60 PMA_ENTRY_SET_TOR(10, SOC_PERIPHERAL_LOW, PMA_TOR | 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 | 60 PMA_ENTRY_SET_TOR(10, SOC_PERIPHERAL_LOW, PMA_TOR | 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 | 201 #define SOC_PERIPHERAL_LOW 0x60000000 macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | soc.h | 203 #define SOC_PERIPHERAL_LOW 0x60000000 macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc.h | 201 #define SOC_PERIPHERAL_LOW 0x60000000 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | soc.h | 199 #define SOC_PERIPHERAL_LOW 0x60000000 macro
|