Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_flash.c154 #define MMU_SIZE (0x320000) macro
155 #define MMU_BLOCK50_VADDR (MMU_BLOCK0_VADDR + MMU_SIZE)
164 #define MMU_SIZE (0x3f0000) macro
165 #define MMU_BLOCK63_VADDR (MMU_BLOCK0_VADDR + MMU_SIZE)
169 #define MMU_FREE_PAGES (MMU_SIZE / FLASH_BLOCK_SIZE)
191 if (size > MMU_SIZE) { in bootloader_mmap()