Home
last modified time | relevance | path

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

/samples/subsys/mgmt/osdp/peripheral_device/src/
A 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});
/samples/basic/blinky/src/
A Dmain.c15 #define LED0_NODE DT_ALIAS(led0) macro
21 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/samples/subsys/debug/debugmon/src/
A Dmain.c13 #define LED0_NODE DT_ALIAS(led0) macro
14 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/samples/subsys/mgmt/osdp/control_panel/src/
A 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});
/samples/basic/threads/src/
A 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}),
/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/
A Dapp_gpio.c22 #define LED0_NODE DT_ALIAS(led0) macro
39 GPIO_DT_SPEC_GET(LED0_NODE, gpios),
/samples/bluetooth/peripheral_hr/src/
A 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);
/samples/bluetooth/periodic_sync/src/
A Dmain.c28 #define LED0_NODE DT_ALIAS(led0) macro
31 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios);
/samples/bluetooth/iso_receive/src/
A 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);

Completed in 22 milliseconds