Searched refs:DT_PHA_OR (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.4.0/include/zephyr/ |
D | devicetree.h | 1417 #define DT_PHA_OR(node_id, pha, cell, default_value) \ macro
|
/Zephyr-Core-3.4.0/tests/lib/devicetree/api/src/ |
D | main.c | 216 zassert_equal(DT_PHA_OR(TEST_TEMP, dmas, channel, X), 1, ""); in ZTEST() 217 zassert_equal(DT_PHA_OR(TEST_TEMP, dmas, not_a_cell, -1), -1, ""); in ZTEST()
|