Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dcache_memory.h28 #define IRAM1_ADDRESS_LOW 0x40400000 macro
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_utility.c775 if (irom_load_addr + irom_size > IRAM1_ADDRESS_LOW) {
780 rc = Cache_Ibus_MMU_Set(MMU_ACCESS_FLASH, IRAM1_ADDRESS_LOW, 0, 64, 64, 1);
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dspiram.c161 …next_map_page_num = Cache_Flash_To_SPIRAM_Copy(PRO_CACHE_IBUS1, IRAM1_ADDRESS_LOW, next_map_page_n… in esp_spiram_enable_instruction_access()