idf_performance_target.h 606 B

123456789101112
  1. /*
  2. * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. //TODO: IDF-8313 update after chips back and PLL setup
  7. #define IDF_PERFORMANCE_MAX_SPI_CLK_FREQ 10*1000*1000
  8. #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING 1000
  9. #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_POLLING 1000
  10. #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_NO_POLLING_NO_DMA 1000
  11. #define IDF_PERFORMANCE_MAX_SPI_PER_TRANS_POLLING_NO_DMA 1000