Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bootloader_support/include_bootloader/
Dbootloader_flash_priv.h133 #define MMU_BLOCK_SIZE 0x00010000 macro
136 #define MMU_FLASH_MASK (~(MMU_BLOCK_SIZE - 1))
146 return (size + (vaddr - (vaddr & MMU_FLASH_MASK)) + MMU_BLOCK_SIZE - 1) / MMU_BLOCK_SIZE; in bootloader_cache_pages_to_map()