Home
last modified time | relevance | path

Searched refs:DT_FOREACH_ANCESTOR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/
Ddevicetree.h3024 #define DT_FOREACH_ANCESTOR(node_id, fn) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2360 DT_FOREACH_ANCESTOR(DT_NODELABEL(test_parent_a), TEST_FUNC_AND_COMMA)}; in ZTEST()
2363 DT_FOREACH_ANCESTOR(DT_NODELABEL(test_parent_b), TEST_FUNC_AND_COMMA)}; in ZTEST()