Home
last modified time | relevance | path

Searched refs:LED0_NODE (Results 1 – 11 of 11) sorted by relevance

/Zephyr-4.2.1/samples/subsys/mgmt/osdp/peripheral_device/src/
Dmain.c13 #define LED0_NODE DT_ALIAS(led0) macro
15 #if !DT_NODE_HAS_STATUS_OKAY(LED0_NODE)
19 static const struct gpio_dt_spec led0 = GPIO_DT_SPEC_GET_OR(LED0_NODE, gpios, {0});
/Zephyr-4.2.1/samples/basic/blinky/src/
Dmain.c15 #define LED0_NODE DT_ALIAS(led0) macro
21 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/Zephyr-4.2.1/samples/subsys/debug/debugmon/src/
Dmain.c13 #define LED0_NODE DT_ALIAS(led0) macro
14 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/Zephyr-4.2.1/samples/subsys/mgmt/osdp/control_panel/src/
Dmain.c13 #define LED0_NODE DT_ALIAS(led0) macro
15 #if !DT_NODE_HAS_STATUS_OKAY(LED0_NODE)
19 static const struct gpio_dt_spec led0 = GPIO_DT_SPEC_GET_OR(LED0_NODE, gpios, {0});
/Zephyr-4.2.1/samples/basic/threads/src/
Dmain.c20 #define LED0_NODE DT_ALIAS(led0) macro
23 #if !DT_NODE_HAS_STATUS_OKAY(LED0_NODE)
45 .spec = GPIO_DT_SPEC_GET_OR(LED0_NODE, gpios, {0}),
/Zephyr-4.2.1/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/
Dapp_gpio.c22 #define LED0_NODE DT_ALIAS(led0) macro
39 GPIO_DT_SPEC_GET(LED0_NODE, gpios),
/Zephyr-4.2.1/samples/bluetooth/peripheral_hr/src/
Dmain.c127 #define LED0_NODE DT_ALIAS(led0) macro
129 #if DT_NODE_HAS_STATUS_OKAY(LED0_NODE)
132 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/Zephyr-4.2.1/samples/boards/renesas/ctsu_input/src/
Dmain.c25 #define LED0_NODE DT_NODELABEL(testled0) macro
40 static const struct gpio_dt_spec led0 = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/Zephyr-4.2.1/samples/bluetooth/periodic_sync/src/
Dmain.c28 #define LED0_NODE DT_ALIAS(led0) macro
31 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/Zephyr-4.2.1/doc/hardware/peripherals/
Dgpio.rst75 #define LED0_NODE DT_ALIAS(led0)
76 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/Zephyr-4.2.1/samples/bluetooth/iso_receive/src/
Dmain.c44 #define LED0_NODE DT_ALIAS(led0) macro
47 static const struct gpio_dt_spec led_gpio = GPIO_DT_SPEC_GET(LED0_NODE, gpios);