Lines Matching refs:ZEPHYR_USER_NODE
42 #define ZEPHYR_USER_NODE DT_PATH(zephyr_user)
44 DT_PROP(ZEPHYR_USER_NODE, boolean) // 1
45 DT_PROP(ZEPHYR_USER_NODE, bytes) // {0x81, 0x82, 0x83}
46 DT_PROP(ZEPHYR_USER_NODE, number) // 23
47 DT_PROP(ZEPHYR_USER_NODE, numbers) // {1, 2, 3}
48 DT_PROP(ZEPHYR_USER_NODE, string) // "text"
49 DT_PROP(ZEPHYR_USER_NODE, strings) // {"a", "b", "c"}
80 DEVICE_DT_GET(DT_PROP(ZEPHYR_USER_NODE, handle));
94 DT_FOREACH_PROP_ELEM(ZEPHYR_USER_NODE, handles, PHANDLE_TO_DEVICE)
122 #define ZEPHYR_USER_NODE DT_PATH(zephyr_user)
125 GPIO_DT_SPEC_GET(ZEPHYR_USER_NODE, signal_gpios);