Searched refs:DT_PHA_BY_NAME (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | io-channels.h | 204 DT_PHA_BY_NAME(node_id, io_channels, name, input)
|
D | reset.h | 156 DT_PHA_BY_NAME(node_id, resets, name, cell)
|
D | dma.h | 221 DT_PHA_BY_NAME(node_id, dmas, name, cell)
|
D | clocks.h | 244 DT_PHA_BY_NAME(node_id, clocks, name, cell)
|
D | pwms.h | 183 DT_PHA_BY_NAME(node_id, pwms, name, cell)
|
/Zephyr-latest/soc/nordic/nrf92/ |
D | soc.c | 28 DT_PHA_BY_NAME(node_id, nordic_ficrs, name, offset)
|
/Zephyr-latest/soc/nordic/nrf54h/ |
D | soc.c | 38 DT_PHA_BY_NAME(node_id, nordic_ficrs, name, offset)
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | atmel_sam0_dt.h | 291 DT_PHA_BY_NAME(node_id, atmel_assigned_clocks, name, cell)
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 1659 #define DT_PHA_BY_NAME(node_id, pha, name, cell) \ macro 4392 DT_PHA_BY_NAME(DT_DRV_INST(inst), pha, name, cell)
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_numaker.c | 2341 .pin = DT_PHA_BY_NAME(node_id, prop, name, pin), \ 2342 .dt_flags = DT_PHA_BY_NAME(node_id, prop, name, flags), \
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 352 - :c:macro:`DT_PHA_BY_NAME`
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1051 zassert_equal(DT_PHA_BY_NAME(TEST_PH, foos, a, foocell), 100, ""); in ZTEST() 1052 zassert_equal(DT_PHA_BY_NAME(TEST_PH, foos, b_c, foocell), 110, ""); in ZTEST()
|