Home
last modified time | relevance | path

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

/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dcypress_psoc6_dt.h112 DT_REG_ADDR(DT_PHANDLE(DT_INST_PINCTRL_0(inst, i), cypress_pins))
116 DT_PHA(DT_INST_PINCTRL_0(inst, i), cypress_pins, pin)
120 DT_PHA(DT_INST_PINCTRL_0(inst, i), cypress_pins, hsiom)
124 DT_PROP(DT_INST_PINCTRL_0(inst, i), flag)
/Zephyr-latest/include/zephyr/devicetree/
Dpinctrl.h329 #define DT_INST_PINCTRL_0(inst, idx) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3014 zassert_true(DT_SAME_NODE(DT_INST_PINCTRL_0(0, 0), in ZTEST()