Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dpinctrl.h57 #define DT_PINCTRL_0(node_id, idx) DT_PINCTRL_BY_IDX(node_id, 0, idx) macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2946 zassert_true(DT_SAME_NODE(DT_PINCTRL_0(TEST_TEMP, 0), in ZTEST()