Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/mspi/api/src/
Dmain.c40 .num_periph = DT_CHILD_NUM(MSPI_BUS_NODE),
/Zephyr-latest/include/zephyr/
Ddevicetree.h649 #define DT_CHILD_NUM(node_id) DT_CAT(node_id, _CHILD_NUM) macro
3910 #define DT_INST_CHILD_NUM(inst) DT_CHILD_NUM(DT_DRV_INST(inst))
/Zephyr-latest/drivers/interrupt_controller/
Dintc_plic.c906 INTC_PLIC_STATIC const uint32_t plic_hart_contexts_##n[DT_CHILD_NUM(DT_PATH(cpus))] = { \
/Zephyr-latest/doc/build/dts/
Dmacros.bnf77 ; These are used by DT_CHILD_NUM and DT_CHILD_NUM_STATUS_OKAY macros
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2559 zassert_equal(DT_CHILD_NUM(TEST_CHILDREN), 3, ""); in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1613 * Added :c:macro:`DT_CHILD_NUM` and variants to count the number of children of a node.