Home
last modified time | relevance | path

Searched refs:DT_PINCTRL_BY_NAME (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/modules/trusted-firmware-m/nordic/include/
DRTE_Device.h27 DT_PINCTRL_BY_NAME(DT_NODELABEL(uart0), default, 0), \
42 DT_PINCTRL_BY_NAME(DT_NODELABEL(uart1), default, 0), \
/Zephyr-latest/include/zephyr/devicetree/
Dpinctrl.h81 #define DT_PINCTRL_BY_NAME(node_id, name, idx) \ macro
345 DT_PINCTRL_BY_NAME(DT_DRV_INST(inst), name, idx)
/Zephyr-latest/include/zephyr/drivers/misc/pio_rpi_pico/
Dpio_rpi_pico.h105 DT_CHILD(DT_PINCTRL_BY_NAME(node_id, p_name, p_idx), g_name), pinmux, g_idx))
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2949 zassert_true(DT_SAME_NODE(DT_PINCTRL_BY_NAME(TEST_TEMP, default, 1), in ZTEST()
2951 zassert_true(DT_SAME_NODE(DT_PINCTRL_BY_NAME(TEST_TEMP, sleep, 0), in ZTEST()
2953 zassert_true(DT_SAME_NODE(DT_PINCTRL_BY_NAME(TEST_TEMP, f_o_o2, 0), in ZTEST()