Searched refs:DT_INST_PHA_OR (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 4339 #define DT_INST_PHA_OR(inst, pha, cell, default_value) \ macro
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 315 zassert_equal(DT_INST_PHA_OR(0, dmas, channel, X), 1, ""); in ZTEST() 316 zassert_equal(DT_INST_PHA_OR(0, dmas, not_a_cell, -1), -1, ""); in ZTEST()
|