Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_psram/include/esp_private/
Dmmu_psram_flash.h91 uint32_t instruction_flash_end_page_get(void);
/hal_espressif-3.7.0/components/esp_psram/
Dmmu_psram_flash.c193 uint32_t instruction_flash_end_page_get(void) in instruction_flash_end_page_get() function
/hal_espressif-3.7.0/components/spi_flash/
Dflash_mmap.c322 …phys_page >= instruction_flash_start_page_get() && phys_page <= instruction_flash_end_page_get()) { in spi_flash_phys2cache()