Home
last modified time | relevance | path

Searched defs:led (Results 26 – 50 of 52) sorted by relevance

123

/Zephyr-latest/samples/boards/st/power_mgmt/wkup_pins/src/
Dmain.c24 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios); variable
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/src/
Dmain.c20 static const struct gpio_dt_spec led = variable
/Zephyr-latest/samples/drivers/led/lp50xx/src/
Dmain.c79 static int run_led_test(const struct device *lp50xx_dev, uint8_t led) in run_led_test()
170 uint8_t led; in run_channel_test() local
280 uint8_t led; in run_test() local
/Zephyr-latest/boards/seeed/seeeduino_xiao/
Dseeeduino_xiao.dts27 led: led_0 { label
/Zephyr-latest/samples/basic/blinky/src/
Dmain.c21 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios); variable
/Zephyr-latest/samples/boards/st/power_mgmt/stop3/src/
Dmain.c17 static const struct gpio_dt_spec led = variable
/Zephyr-latest/drivers/led/
Dlp5569.c46 static int lp5569_led_set_brightness(const struct device *dev, uint32_t led, uint8_t brightness) in lp5569_led_set_brightness()
68 static inline int lp5569_led_on(const struct device *dev, uint32_t led) in lp5569_led_on()
74 static inline int lp5569_led_off(const struct device *dev, uint32_t led) in lp5569_led_off()
Dis31fl3216a.c107 uint32_t led, uint8_t value) in is31fl3216a_led_set_brightness()
127 static int is31fl3216a_led_on(const struct device *dev, uint32_t led) in is31fl3216a_led_on()
132 static int is31fl3216a_led_off(const struct device *dev, uint32_t led) in is31fl3216a_led_off()
Dht16k33.c91 static int ht16k33_led_blink(const struct device *dev, uint32_t led, in ht16k33_led_blink()
127 static int ht16k33_led_set_brightness(const struct device *dev, uint32_t led, in ht16k33_led_set_brightness()
154 static int ht16k33_led_set_state(const struct device *dev, uint32_t led, in ht16k33_led_set_state()
191 static int ht16k33_led_on(const struct device *dev, uint32_t led) in ht16k33_led_on()
196 static int ht16k33_led_off(const struct device *dev, uint32_t led) in ht16k33_led_off()
Dis31fl3733.c97 static int is31fl3733_led_set_brightness(const struct device *dev, uint32_t led, uint8_t value) in is31fl3733_led_set_brightness()
116 static int is31fl3733_led_on(const struct device *dev, uint32_t led) in is31fl3733_led_on()
121 static int is31fl3733_led_off(const struct device *dev, uint32_t led) in is31fl3733_led_off()
Dled_mchp_xec.c143 static int xec_bbled_blink(const struct device *dev, uint32_t led, in xec_bbled_blink()
182 static int xec_bbled_on(const struct device *dev, uint32_t led) in xec_bbled_on()
196 static int xec_bbled_off(const struct device *dev, uint32_t led) in xec_bbled_off()
Dlp5562.c768 static int lp5562_led_blink(const struct device *dev, uint32_t led, in lp5562_led_blink()
841 static int lp5562_led_set_brightness(const struct device *dev, uint32_t led, in lp5562_led_set_brightness()
892 static inline int lp5562_led_on(const struct device *dev, uint32_t led) in lp5562_led_on()
900 static inline int lp5562_led_off(const struct device *dev, uint32_t led) in lp5562_led_off()
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dled_svc.c19 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios); variable
/Zephyr-latest/samples/subsys/debug/debugmon/src/
Dmain.c14 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios); variable
/Zephyr-latest/samples/basic/button/src/
Dmain.c36 static struct gpio_dt_spec led = GPIO_DT_SPEC_GET_OR(DT_ALIAS(led0), gpios, variable
/Zephyr-latest/samples/drivers/led/is31fl3194/src/
Dmain.c35 const struct device *led = DEVICE_DT_GET_ANY(issi_is31fl3194); variable
/Zephyr-latest/samples/boards/renesas/comparator/src/
Dmain.c27 static struct gpio_dt_spec led = GPIO_DT_SPEC_GET_OR(DT_ALIAS(led0), gpios, {0}); variable
/Zephyr-latest/samples/boards/st/h7_dual_core/src/
Dmain.c16 const struct gpio_dt_spec *led; member
/Zephyr-latest/samples/subsys/usb/midi/src/
Dmain.c22 static struct gpio_dt_spec led = GPIO_DT_SPEC_GET_OR(DT_ALIAS(led0), gpios, {0}); variable
/Zephyr-latest/samples/boards/st/power_mgmt/standby_shutdown/src/
Dmain.c38 static const struct gpio_dt_spec led = variable
/Zephyr-latest/drivers/led_strip/
Dtlc59731.c150 const struct gpio_dt_spec *led = &tlc_conf->sdi_gpio; in tlc59731_gpio_init() local
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/
Dmain.c129 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios); variable
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c31 static const struct gpio_dt_spec led = GPIO_DT_SPEC_GET(LED0_NODE, gpios); variable
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/
Dmain.c26 static const struct gpio_dt_spec led = variable
/Zephyr-latest/samples/drivers/can/counter/src/
Dmain.c30 struct gpio_dt_spec led = GPIO_DT_SPEC_GET_OR(DT_ALIAS(led0), gpios, {0}); variable

123