Searched refs:DT_PHA_BY_IDX_OR (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-2.7.6/include/devicetree/ |
D | gpio.h | 214 DT_PHA_BY_IDX_OR(node_id, gpio_pha, idx, flags, 0)
|
D | pwms.h | 376 DT_PHA_BY_IDX_OR(node_id, pwms, idx, flags, 0)
|
/Zephyr-Core-2.7.6/include/ |
D | devicetree.h | 1094 #define DT_PHA_BY_IDX_OR(node_id, pha, idx, cell, default_value) \ macro 1125 DT_PHA_BY_IDX_OR(node_id, pha, 0, cell, default_value) 2205 DT_PHA_BY_IDX_OR(DT_DRV_INST(inst), pha, idx, cell, default_value)
|
/Zephyr-Core-2.7.6/tests/lib/devicetree/api/src/ |
D | main.c | 192 zassert_equal(DT_PHA_BY_IDX_OR(TEST_TEMP, dmas, 1, channel, X), 3, ""); in test_default_prop_access() 193 zassert_equal(DT_PHA_BY_IDX_OR(TEST_TEMP, dmas, 1, not_a_cell, -1), -1, in test_default_prop_access()
|