Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/
Ddevicetree.h1613 #define DT_FOREACH_CHILD_VARGS(node_id, fn, ...) \ macro
2102 DT_FOREACH_CHILD_VARGS(DT_DRV_INST(inst), fn, __VA_ARGS__)
/Zephyr-Core-2.7.6/tests/lib/devicetree/api/src/
Dmain.c1692 DT_FOREACH_CHILD_VARGS(TEST_PARENT, TEST_FUNC, 1) in test_child_nodes_list_varg()
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.7.rst1231 numbers of arguments: :c:macro:`DT_FOREACH_CHILD_VARGS`,