Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/
Desp_psram.c405 volatile int *spiram = (volatile int *)v_start; in s_test_psram() local
410 intptr_t addr = (intptr_t)&spiram[p]; in s_test_psram()
414 spiram[p] = p ^ 0xAAAAAAAA; in s_test_psram()
417 intptr_t addr = (intptr_t)&spiram[p]; in s_test_psram()
421 if (spiram[p] != (p ^ 0xAAAAAAAA)) { in s_test_psram()
DKconfig5 orsource "./$IDF_TARGET/Kconfig.spiram"
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
DKconfig.cache62 If enabled, instruction cache will use wrap mode to read spi flash (maybe spiram).
70 If enabled, data cache will use wrap mode to read spiram (maybe spi flash).
/hal_espressif-latest/components/newlib/
Desp32-spiram-rom-functions-c.lf8 # Note: the only difference between esp32-spiram-rom-functions-c.lf
9 # and esp32-spiram-rom-functions-psram-workaround.lf is the archive name.
DCMakeLists.txt26 set(ldfragments "esp32-spiram-rom-functions-c.lf")
/hal_espressif-latest/components/esp_psram/esp32s2/
DKconfig.spiram93 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
/hal_espressif-latest/components/esp_psram/esp32s3/
DKconfig.spiram111 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram62 …source "$IDF_PATH/components/esp_psram/Kconfig.spiram.common" # insert non-chip-specific items …
247 … If spiram 2T mode is enabled, the size of 64Mbit psram will be changed as 32Mbit, so himem will be
/hal_espressif-latest/components/esp_hw_support/
DKconfig17 orsource "./port/$IDF_TARGET/Kconfig.spiram"