Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/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-latest/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-latest/samples/bluetooth/peripheral_hr/src/
Dmain.c124 #define LED0_NODE DT_ALIAS(led0) macro
126 #if DT_NODE_HAS_STATUS_OKAY(LED0_NODE)
129 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/Zephyr-latest/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-latest/samples/bluetooth/iso_receive/src/
Dmain.c43 #define LED0_NODE DT_ALIAS(led0) macro
46 static const struct gpio_dt_spec led_gpio = GPIO_DT_SPEC_GET(LED0_NODE, gpios);