Home
last modified time | relevance | path

Searched full:lp50xx (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.5.0/samples/drivers/led_lp50xx/
Dsample.yaml2 description: Demonstration of the LP50xx LED driver
3 name: LP50xx sample
5 sample.drivers.led.lp50xx:
DREADME.rst1 .. zephyr:code-sample:: lp50xx
2 :name: LP50XX RGB LED
5 Control up to 12 RGB LEDs connected to an LP50xx driver chip.
10 This sample controls up to 12 LEDs connected to a LP50xx driver.
/Zephyr-Core-3.5.0/drivers/led/
DKconfig.lp50xx5 config LP50XX config
6 bool "LP50XX LED controller"
13 Enable driver for the Texas Instruments LP50XX I2C LED
DCMakeLists.txt14 zephyr_library_sources_ifdef(CONFIG_LP50XX lp50xx.c)
DKconfig33 source "drivers/led/Kconfig.lp50xx"
Dlp50xx.c10 * @brief LP50xx LED controller
18 #include <zephyr/drivers/led/lp50xx.h>
24 LOG_MODULE_REGISTER(lp50xx, CONFIG_LED_LOG_LEVEL);
/Zephyr-Core-3.5.0/dts/bindings/led/
Dti,lp5009.yaml5 include: ti,lp50xx.yaml
Dti,lp5012.yaml5 include: ti,lp50xx.yaml
Dti,lp5018.yaml5 include: ti,lp50xx.yaml
Dti,lp5024.yaml5 include: ti,lp50xx.yaml
Dti,lp5030.yaml5 include: ti,lp50xx.yaml
Dti,lp5036.yaml5 include: ti,lp50xx.yaml
/Zephyr-Core-3.5.0/samples/drivers/led_lp50xx/src/
Dmain.c11 #include <zephyr/drivers/led/lp50xx.h>
76 * @param lp50xx_dev LP50XX LED controller device.
156 * @param lp50xx_dev LP50XX LED controller device.
435 LOG_ERR("No LP50XX LED controller found"); in main()