Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c20 #define VALID_HOST(x) ((x) == SPI2_HOST) macro
22 #define VALID_HOST(x) ((x) >= SPI2_HOST && (x) <= SPI3_HOST) macro
74 SPIHD_CHECK(VALID_HOST(host_id), "invalid host", ESP_ERR_INVALID_ARG); in spi_slave_hd_init()