Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dmmu_ll.h225 DPORT_WRITE_PERI_REG((uint32_t)&DPORT_APP_FLASH_MMU_TABLE[entry_id], mmu_val); in mmu_ll_write_entry()
251 mmu_value = DPORT_SEQUENCE_REG_READ((uint32_t)&DPORT_APP_FLASH_MMU_TABLE[entry_id]); in mmu_ll_read_entry()
276 DPORT_WRITE_PERI_REG((uint32_t)&DPORT_APP_FLASH_MMU_TABLE[entry_id], MMU_INVALID); in mmu_ll_set_entry_invalid()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h4278 #define DPORT_APP_FLASH_MMU_TABLE ((volatile uint32_t*) 0x3FF12000) macro