Searched refs:DT_INST_PHA_BY_IDX_OR (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_max32.c | 261 		.perclk.bus = DT_INST_PHA_BY_IDX_OR(_num, clocks, 0, offset, 0),                   \ 262 		.perclk.bit = DT_INST_PHA_BY_IDX_OR(_num, clocks, 1, bit, 0),                      \
  | 
| /Zephyr-latest/drivers/dai/nxp/sai/ | 
| D | sai.h | 41 	DT_INST_PHA_BY_IDX_OR(inst, clocks, clock_idx, name, 0x0)
  | 
| /Zephyr-latest/include/zephyr/ | 
| D | devicetree.h | 4358 #define DT_INST_PHA_BY_IDX_OR(inst, pha, idx, cell, default_value) \  macro 4380 	DT_INST_PHA_BY_IDX_OR(inst, pha, 0, cell, default_value)
  | 
| /Zephyr-latest/tests/lib/devicetree/api/src/ | 
| D | main.c | 309 	zassert_equal(DT_INST_PHA_BY_IDX_OR(0, dmas, 1, channel, X), 3, "");  in ZTEST() 310 	zassert_equal(DT_INST_PHA_BY_IDX_OR(0, dmas, 1, not_a_cell, -1), -1,  in ZTEST()
  |