Home
last modified time | relevance | path

Searched refs:instr_start_page (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/esp32s3/
Dspiram.c120 static uint32_t instr_start_page = 0; variable
191 instr_start_page = *(volatile uint32_t *)(DR_REG_MMU_TABLE + CACHE_IROM_MMU_START); in instruction_flash_page_info_init()
192 instr_start_page &= MMU_ADDRESS_MASK; in instruction_flash_page_info_init()
193 instr_end_page = instr_start_page + instr_page_cnt - 1; in instruction_flash_page_info_init()
198 return instr_start_page; in instruction_flash_start_page_get()
/hal_espressif-2.7.6/components/esp32s2/
Dspiram.c163 static uint32_t instr_start_page = 0; variable
247instr_start_page = *(volatile uint32_t *)(DR_REG_MMU_TABLE + PRO_CACHE_IBUS0_MMU_START + instr_mmu… in instruction_flash_page_info_init()
248 instr_start_page &= MMU_ADDRESS_MASK; in instruction_flash_page_info_init()
249 instr_end_page = instr_start_page + instr_page_cnt - 1; in instruction_flash_page_info_init()
254 return instr_start_page; in instruction_flash_start_page_get()