Searched refs:DT_CHILD_NUM (Results 1 – 6 of 6) sorted by relevance
40 .num_periph = DT_CHILD_NUM(MSPI_BUS_NODE),
649 #define DT_CHILD_NUM(node_id) DT_CAT(node_id, _CHILD_NUM) macro3910 #define DT_INST_CHILD_NUM(inst) DT_CHILD_NUM(DT_DRV_INST(inst))
906 INTC_PLIC_STATIC const uint32_t plic_hart_contexts_##n[DT_CHILD_NUM(DT_PATH(cpus))] = { \
77 ; These are used by DT_CHILD_NUM and DT_CHILD_NUM_STATUS_OKAY macros
2559 zassert_equal(DT_CHILD_NUM(TEST_CHILDREN), 3, ""); in ZTEST()
1613 * Added :c:macro:`DT_CHILD_NUM` and variants to count the number of children of a node.