Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Ddevicetree.h3577 #define DT_FOREACH_NODELABEL_VARGS(node_id, fn, ...) \ macro
4993 DT_FOREACH_NODELABEL_VARGS(DT_DRV_INST(inst), fn, __VA_ARGS__)
/Zephyr-latest/doc/build/dts/
Dmacros.bnf93 ; DT_FOREACH_NODELABEL_VARGS, which iterate over a node's node labels.
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1804 DT_FOREACH_NODELABEL_VARGS(DT_NODELABEL(test_nodelabel), VAR_PLUS, 1); in ZTEST()