Home
last modified time | relevance | path

Searched refs:MSPI_TIMING_PSRAM_GET_TUNING_CONFIG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dmspi_timing_tuning.c439 *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()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Dmspi_timing_tuning_configs.h185 #define MSPI_TIMING_PSRAM_GET_TUNING_CONFIG(core_clock_mhz, module_clock_mhz, mode) _GET_TUNING_CON… macro