Home
last modified time | relevance | path

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

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