Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dmspi_timing_config.h28 …mspi_timing_tuning_param_t tuning_config_table[MSPI_TIMING_CONFIG_NUM_DEFAULT]; //available timi…
Dmspi_timing_tuning.c364 uint8_t sample_result[MSPI_TIMING_CONFIG_NUM_DEFAULT] = {0}; in do_tuning()
368 …find_max_consecutive_success_points(sample_result, MSPI_TIMING_CONFIG_NUM_DEFAULT, &consecutive_le… in do_tuning()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Dmspi_timing_tuning_configs.h12 #define MSPI_TIMING_CONFIG_NUM_DEFAULT 20 //This should be larger than the max avail… macro