Searched refs:DT_FOREACH_NODE_VARGS (Results 1 – 3 of 3) sorted by relevance
2987 #define DT_FOREACH_NODE_VARGS(fn, ...) DT_FOREACH_VARGS_HELPER(fn, __VA_ARGS__) macro
1680 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()
978 - :c:macro:`DT_FOREACH_NODE_VARGS`