Esp32/spi_arch.h File Reference
#include <soc/soc_caps.h>
Include dependency graph for Esp32/spi_arch.h:

Go to the source code of this file.

Enumerations

enum class  SpiBus {
  INVALID = 0 , MIN = 1 , SPI1 = 1 , FSPI = 1 ,
  SPI2 = 2 , HSPI = 2 , MAX = SOC_SPI_PERIPH_NUM , DEFAULT = SPI2 ,
  INVALID = 0 , MIN = 1 , SPI1 = 1 , MAX = 1 ,
  DEFAULT = SPI1 , INVALID = 0 , MIN = 1 , SPI1 = 1 ,
  SPI2 = 2 , SPI3 = 3 , MAX = SOC_SPI_PERIPH_NUM , DEFAULT = SPI1 ,
  INVALID = 0 , MIN = 1 , SPI1 = 1 , SPI2 = 2 ,
  MAX = SOC_SPI_PERIPH_NUM , DEFAULT = SPI1
}
 Identifies bus selection. More...