Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dgpio.h356 #define DT_INST_GPIO_FLAGS(inst, gpio_pha) \ macro
/Zephyr-latest/subsys/modbus/
Dmodbus_core.c22 .dt_flags = DT_INST_GPIO_FLAGS(inst, prop), \
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1206 zassert_equal(DT_INST_GPIO_FLAGS(0, gpios), 20, ""); in ZTEST()