Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h215 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;}) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h294 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(spi_host) ({(void)spi_host; 1;}) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h285 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ((host_id) != 2) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h297 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;}) macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h366 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;}) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h308 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;}) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h378 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;}) macro
/hal_espressif-latest/components/hal/
Dspi_flash_hal_common.inc100 if (!SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) && io_mode > SPI_FLASH_FASTRD) {