Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c441 uint32_t cache_mmu_irom_size = 0; local
445 …uint32_t cache_mmu_irom_size = ((_instruction_size + SPI_FLASH_MMU_PAGE_SIZE - 1) / SPI_FLASH_MMU_… local
452 Cache_Set_IDROM_MMU_Size(cache_mmu_irom_size, CACHE_DROM_MMU_MAX_END - cache_mmu_irom_size);
555 Cache_Set_IDROM_MMU_Info(cache_mmu_irom_size / sizeof(uint32_t), \