Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dgpio.h166 DT_PHA_BY_IDX_OR(node_id, gpio_pha, idx, flags, 0)
Dpwms.h291 DT_PHA_BY_IDX_OR(node_id, pwms, idx, flags, 0)
/Zephyr-latest/include/zephyr/
Ddevicetree.h1590 #define DT_PHA_BY_IDX_OR(node_id, pha, idx, cell, default_value) \ macro
1617 DT_PHA_BY_IDX_OR(node_id, pha, 0, cell, default_value)
4359 DT_PHA_BY_IDX_OR(DT_DRV_INST(inst), pha, idx, cell, default_value)
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c284 zassert_equal(DT_PHA_BY_IDX_OR(TEST_TEMP, dmas, 1, channel, X), 3, ""); in ZTEST()
285 zassert_equal(DT_PHA_BY_IDX_OR(TEST_TEMP, dmas, 1, not_a_cell, -1), -1, in ZTEST()