Home
last modified time | relevance | path

Searched defs: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