Searched refs:DT_CHILD_NUM (Results 1 – 5 of 5) sorted by relevance
39 .num_periph = DT_CHILD_NUM(MSPI_BUS_NODE),
560 #define DT_CHILD_NUM(node_id) DT_CAT(node_id, _CHILD_NUM) macro3645 #define DT_INST_CHILD_NUM(inst) DT_CHILD_NUM(DT_DRV_INST(inst))
77 ; These are used by DT_CHILD_NUM and DT_CHILD_NUM_STATUS_OKAY macros
2309 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.