Searched refs:MMU_BLOCK63_VADDR (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | bootloader_flash.c | 165 #define MMU_BLOCK63_VADDR (MMU_BLOCK0_VADDR + MMU_SIZE) macro 166 #define FLASH_READ_VADDR MMU_BLOCK63_VADDR 361 int e = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() 363 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() 365 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt() 367 int e = Cache_Dbus_MMU_Set(MMU_ACCESS_FLASH, MMU_BLOCK63_VADDR, map_at, 64, 1, 0); in bootloader_flash_read_allow_decrypt()
|