Home
last modified time | relevance | path

Searched refs:PRO_CACHE_IBUS0_MMU_START (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dmmu.h19 #define SOC_MMU_IROM0_PAGES_START (PRO_CACHE_IBUS0_MMU_START / sizeof(uint32_t))
Dext_mem_defs.h67 #define PRO_CACHE_IBUS0_MMU_START 0 macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmmu_ll.h147 offset = PRO_CACHE_IBUS0_MMU_START / 4; in mmu_ll_get_entry_id()
/hal_espressif-latest/components/esp_psram/
Dmmu_psram_flash.c166 …instr_start_page = ((volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS0_MMU_START))[instr_mmu… in instruction_flash_page_info_init()