Home
last modified time | relevance | path

Searched defs:led_gpio (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/net/lwm2m_client/src/
Dled.c20 static const struct gpio_dt_spec led_gpio = GPIO_DT_SPEC_GET_OR(DT_ALIAS(led0), gpios, {}); variable
/Zephyr-latest/drivers/led/
Dled_gpio.c31 const struct gpio_dt_spec *led_gpio; in led_gpio_set_brightness() local
/Zephyr-latest/samples/modules/canopennode/src/
Dmain.c46 struct gpio_dt_spec *led_gpio = arg; in led_callback() local
/Zephyr-latest/drivers/led_strip/
Dtlc59731.c109 const struct gpio_dt_spec *led_gpio = &tlc_conf->sdi_gpio; in tlc59731_led_set_color() local
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c46 static const struct gpio_dt_spec led_gpio = GPIO_DT_SPEC_GET(LED0_NODE, gpios); variable
/Zephyr-latest/drivers/input/
Dinput_gpio_qdec.c28 const struct gpio_dt_spec *led_gpio; member