Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_extram_cache.c13 #define PSRAM_MODE PSRAM_VADDR_MODE_NORMAL macro
15 #define PSRAM_MODE PSRAM_VADDR_MODE_LOWHIGH macro
47 #if (PSRAM_MODE != PSRAM_VADDR_MODE_LOWHIGH) in esp_psram_extram_writeback_cache()
/hal_espressif-latest/components/esp_psram/
Desp_psram.c39 #define PSRAM_MODE PSRAM_VADDR_MODE_NORMAL macro
41 #define PSRAM_MODE PSRAM_VADDR_MODE_LOWHIGH macro
44 #define PSRAM_MODE PSRAM_VADDR_MODE_NORMAL macro
124 ret = esp_psram_impl_enable(PSRAM_MODE); in esp_psram_init()
141 … (PSRAM_MODE==PSRAM_VADDR_MODE_EVENODD)?"even/odd (2-core)": \ in esp_psram_init()
142 … (PSRAM_MODE==PSRAM_VADDR_MODE_LOWHIGH)?"low/high (2-core)": \ in esp_psram_init()
143 … (PSRAM_MODE==PSRAM_VADDR_MODE_NORMAL)?"normal (1-core)":"ERROR"); in esp_psram_init()
/hal_espressif-latest/components/esp_hw_support/
Dmspi_timing_tuning.c433 #define PSRAM_MODE DTR_MODE in get_psram_tuning_configs() macro
435 #define PSRAM_MODE STR_MODE in get_psram_tuning_configs()
439 *config = MSPI_TIMING_PSRAM_GET_TUNING_CONFIG(MSPI_TIMING_CORE_CLOCK_MHZ, 40, PSRAM_MODE); in get_psram_tuning_configs()
441 *config = MSPI_TIMING_PSRAM_GET_TUNING_CONFIG(MSPI_TIMING_CORE_CLOCK_MHZ, 80, PSRAM_MODE); in get_psram_tuning_configs()
443 *config = MSPI_TIMING_PSRAM_GET_TUNING_CONFIG(MSPI_TIMING_CORE_CLOCK_MHZ, 120, PSRAM_MODE); in get_psram_tuning_configs()
446 #undef PSRAM_MODE in get_psram_tuning_configs()