Searched refs:DT_PHA_BY_IDX_OR (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | gpio.h | 166 DT_PHA_BY_IDX_OR(node_id, gpio_pha, idx, flags, 0)
|
D | pwms.h | 291 DT_PHA_BY_IDX_OR(node_id, pwms, idx, flags, 0)
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 1580 #define DT_PHA_BY_IDX_OR(node_id, pha, idx, cell, default_value) \ macro 1607 DT_PHA_BY_IDX_OR(node_id, pha, 0, cell, default_value) 4319 DT_PHA_BY_IDX_OR(DT_DRV_INST(inst), pha, idx, cell, default_value)
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 286 zassert_equal(DT_PHA_BY_IDX_OR(TEST_TEMP, dmas, 1, channel, X), 3, ""); in ZTEST() 287 zassert_equal(DT_PHA_BY_IDX_OR(TEST_TEMP, dmas, 1, not_a_cell, -1), -1, in ZTEST()
|