Searched refs:DT_PHA_BY_IDX (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | reset.h | 122 DT_PHA_BY_IDX(node_id, resets, idx, cell) 270 DT_PHA_BY_IDX(node_id, resets, idx, id)
|
D | dma.h | 166 DT_PHA_BY_IDX(node_id, dmas, idx, cell) 177 DT_PHA_BY_IDX(DT_DRV_INST(inst), dmas, idx, cell)
|
D | io-channels.h | 162 DT_PHA_BY_IDX(node_id, io_channels, idx, input)
|
D | gpio.h | 110 DT_PHA_BY_IDX(node_id, gpio_pha, idx, pin)
|
D | clocks.h | 208 DT_PHA_BY_IDX(node_id, clocks, idx, cell)
|
D | pwms.h | 136 DT_PHA_BY_IDX(node_id, pwms, idx, cell)
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/ |
D | emulated_target.cpp | 47 .address = DT_PHA_BY_IDX(node_id, prop, n, addr), \
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | ifx_cat1-pinctrl.h | 106 DT_PHA_BY_IDX(node, gpios_prop, 0, pin) \
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | atmel_sam0_dt.h | 255 DT_PHA_BY_IDX(node_id, atmel_assigned_clocks, idx, cell)
|
/Zephyr-latest/drivers/flash/ |
D | flash_sam.c | 486 .pages_count = DT_PHA_BY_IDX(node_id, prop, idx, pages_count), \ 487 .pages_size = DT_PHA_BY_IDX(node_id, prop, idx, pages_size), \
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_emul.c | 316 .addr = DT_PHA_BY_IDX(node_id, prop, idx, addr), \
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 1564 #define DT_PHA_BY_IDX(node_id, pha, idx, cell) \ macro 1600 #define DT_PHA(node_id, pha, cell) DT_PHA_BY_IDX(node_id, pha, 0, cell) 4347 DT_PHA_BY_IDX(DT_DRV_INST(inst), pha, idx, cell)
|
/Zephyr-latest/drivers/serial/ |
D | uart_lpc11u6x.c | 393 .clkid = DT_PHA_BY_IDX(DT_NODELABEL(uart0), clocks, 0, clkid), 864 .clkid = DT_PHA_BY_IDX(DT_NODELABEL(uart##idx), clocks, 0, clkid), \
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_mcux_sai.c | 1186 .mclk_pin_mask = DT_PHA_BY_IDX(DT_DRV_INST(i2s_id), pinmuxes, 0, mask), \ 1187 .mclk_pin_offset = DT_PHA_BY_IDX(DT_DRV_INST(i2s_id), pinmuxes, 0, offset), \
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 935 DT_PHA_BY_IDX(node_id, prop, idx, pin),\ 936 DT_PHA_BY_IDX(node_id, prop, idx, flags),\ 1044 zassert_equal(DT_PHA_BY_IDX(TEST_PH, gpios, 0, pin), 10, ""); in ZTEST() 1045 zassert_equal(DT_PHA_BY_IDX(TEST_PH, gpios, 0, flags), 20, ""); in ZTEST() 1047 zassert_equal(DT_PHA_BY_IDX(TEST_PH, gpios, 1, pin), 30, ""); in ZTEST() 1048 zassert_equal(DT_PHA_BY_IDX(TEST_PH, gpios, 1, flags), 40, ""); in ZTEST()
|
/Zephyr-latest/doc/build/dts/ |
D | phandles.rst | 351 - :c:macro:`DT_PHA_BY_IDX`
|
D | api-usage.rst | 317 general purpose APIs for this are :c:macro:`DT_PHA_BY_IDX` and :c:macro:`DT_PHA`.
|