Home
last modified time | relevance | path

Searched refs:SPI2_HOST (Results 1 – 8 of 8) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dspi_types.h28 SPI2_HOST=1, ///< SPI2 enumerator
54 #define HSPI_HOST SPI2_HOST
59 #define FSPI_HOST SPI2_HOST
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dspi_flash_ll.h47 ((host_id)==SPI2_HOST) ? &SPI2 :(\
52 ((dev) == &SPI2) ? SPI2_HOST :(\
/device/soc/esp/esp32/components/driver/include/driver/
Dsdspi_host.h34 #define SDSPI_DEFAULT_HOST SPI2_HOST
/device/soc/esp/esp32/components/driver/
Dspi_slave.c87 return host == SPI2_HOST; in is_valid_host()
89 return host >= SPI2_HOST && host <= SPI3_HOST; in is_valid_host()
Dspi_slave_hd.c27 #define VALID_HOST(x) ((x) == SPI2_HOST)
29 #define VALID_HOST(x) ((x) >= SPI2_HOST && (x) <= SPI3_HOST)
Dspi_common.c105 return host >= SPI1_HOST && host <= SPI2_HOST; in is_valid_host()
264 if (host_id == SPI2_HOST) { in spicommon_dma_chan_alloc()
Dspi_master.c195 return host == SPI2_HOST; in is_valid_host()
197 return host >= SPI2_HOST && host <= SPI3_HOST; in is_valid_host()
/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_os_func_app.c259 } else if (host_id == SPI2_HOST || host_id == SPI3_HOST) { in esp_flash_init_os_functions()