Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dspi_caps.h31 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ((host_id) != 2) macro
Dsoc_caps.h209 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;}) macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h221 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;}) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h197 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ({(void)host_id; 1;}) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h219 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) ((host_id) != 2) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h233 #define SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(spi_host) ({(void)spi_host; 1;}) macro
/hal_espressif-3.6.0/components/hal/
Dspi_flash_hal_common.inc100 if (!SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(host_id) && io_mode > SPI_FLASH_FASTRD) {
/hal_espressif-3.6.0/components/spi_flash/test/
Dtest_esp_flash.c814 !SOC_SPI_PERIPH_SUPPORT_MULTILINE_MODE(config->host_id)) { in test_permutations_part()