Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp32s3/include/esp32s3/
Dspiram.h99 uint32_t instruction_flash_start_page_get(void);
/hal_espressif-2.7.6/components/esp32s2/include/esp32s2/
Dspiram.h103 uint32_t instruction_flash_start_page_get(void);
/hal_espressif-2.7.6/components/esp32s3/
Dspiram.c196 uint32_t IRAM_ATTR instruction_flash_start_page_get(void) in instruction_flash_start_page_get() function
/hal_espressif-2.7.6/components/esp32s2/
Dspiram.c252 uint32_t IRAM_ATTR instruction_flash_start_page_get(void) in instruction_flash_start_page_get() function
/hal_espressif-2.7.6/components/spi_flash/
Dflash_mmap.c431 …if (phys_page >= instruction_flash_start_page_get() && phys_page <= instruction_flash_end_page_get… in spi_flash_phys2cache()