Home
last modified time | relevance | path

Searched refs:DT_REQUIRES_DEP_ORDS (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/devicetree/
Dordinals.h51 #define DT_REQUIRES_DEP_ORDS(node_id) DT_CAT(node_id, _REQUIRES_ORDS) macro
90 #define DT_INST_REQUIRES_DEP_ORDS(inst) DT_REQUIRES_DEP_ORDS(DT_DRV_INST(inst))
/Zephyr-latest/include/zephyr/
Ddevice.h873 (DT_DEP_ORD(node_id), DT_REQUIRES_DEP_ORDS(node_id)), \
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2753 DT_REQUIRES_DEP_ORDS(node_id) \
2767 root_requires[] = { DT_REQUIRES_DEP_ORDS(DT_ROOT) }, in ZTEST()
2768 test_requires[] = { DT_REQUIRES_DEP_ORDS(DT_PATH(test)) }, in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst803 - :c:macro:`DT_REQUIRES_DEP_ORDS`, :c:macro:`DT_INST_REQUIRES_DEP_ORDS`