Home
last modified time | relevance | path

Searched refs:DT_CHILD_NUM (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/tests/drivers/mspi/api/src/
Dmain.c39 .num_periph = DT_CHILD_NUM(MSPI_BUS_NODE),
/Zephyr-Core-3.7.0/include/zephyr/
Ddevicetree.h560 #define DT_CHILD_NUM(node_id) DT_CAT(node_id, _CHILD_NUM) macro
3645 #define DT_INST_CHILD_NUM(inst) DT_CHILD_NUM(DT_DRV_INST(inst))
/Zephyr-Core-3.7.0/doc/build/dts/
Dmacros.bnf77 ; These are used by DT_CHILD_NUM and DT_CHILD_NUM_STATUS_OKAY macros
/Zephyr-Core-3.7.0/tests/lib/devicetree/api/src/
Dmain.c2309 zassert_equal(DT_CHILD_NUM(TEST_CHILDREN), 3, ""); in ZTEST()
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.7.rst1613 * Added :c:macro:`DT_CHILD_NUM` and variants to count the number of children of a node.