Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Ddevicetree.h2987 #define DT_FOREACH_NODE_VARGS(fn, ...) DT_FOREACH_VARGS_HELPER(fn, __VA_ARGS__) macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1680 zassert_equal(2, DT_FOREACH_NODE_VARGS(IS_ALIASES_VARGS, 2), ""); in ZTEST()
1681 zassert_equal(2, DT_FOREACH_NODE_VARGS(IS_DISABLED_GPIO_VARGS, 2), ""); in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst978 - :c:macro:`DT_FOREACH_NODE_VARGS`