Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/spi_flash/esp32s3/
Dspi_timing_config.h19 #define SPI_TIMING_CONFIG_NUM_DEFAULT 20 //This should be larger than the max availa… macro
201 …spi_timing_tuning_param_t tuning_config_table[SPI_TIMING_CONFIG_NUM_DEFAULT]; //available timing…
/hal_espressif-3.6.0/components/spi_flash/
Dspi_flash_timing_tuning.c265 uint8_t sample_result[SPI_TIMING_CONFIG_NUM_DEFAULT] = {0}; in do_tuning()
269 …find_max_consecutive_success_points(sample_result, SPI_TIMING_CONFIG_NUM_DEFAULT, &consecutive_len… in do_tuning()