Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dspi.h250 #define DT_INST_SPI_DEV_CS_GPIOS_FLAGS(inst) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c476 flags = DT_INST_SPI_DEV_CS_GPIOS_FLAGS(0); in ZTEST()