Searched refs:DT_PINCTRL_BY_NAME (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/modules/trusted-firmware-m/nordic/include/ |
D | RTE_Device.h | 27 DT_PINCTRL_BY_NAME(DT_NODELABEL(uart0), default, 0), \ 42 DT_PINCTRL_BY_NAME(DT_NODELABEL(uart1), default, 0), \
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | pinctrl.h | 81 #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/ |
D | pio_rpi_pico.h | 105 DT_CHILD(DT_PINCTRL_BY_NAME(node_id, p_name, p_idx), g_name), pinmux, g_idx))
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2949 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()
|