Searched full:lp50xx (Results 1 – 13 of 13) sorted by relevance
/Zephyr-Core-3.5.0/samples/drivers/led_lp50xx/ |
D | sample.yaml | 2 description: Demonstration of the LP50xx LED driver 3 name: LP50xx sample 5 sample.drivers.led.lp50xx:
|
D | README.rst | 1 .. 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/ |
D | Kconfig.lp50xx | 5 config LP50XX config 6 bool "LP50XX LED controller" 13 Enable driver for the Texas Instruments LP50XX I2C LED
|
D | CMakeLists.txt | 14 zephyr_library_sources_ifdef(CONFIG_LP50XX lp50xx.c)
|
D | Kconfig | 33 source "drivers/led/Kconfig.lp50xx"
|
D | lp50xx.c | 10 * @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/ |
D | ti,lp5009.yaml | 5 include: ti,lp50xx.yaml
|
D | ti,lp5012.yaml | 5 include: ti,lp50xx.yaml
|
D | ti,lp5018.yaml | 5 include: ti,lp50xx.yaml
|
D | ti,lp5024.yaml | 5 include: ti,lp50xx.yaml
|
D | ti,lp5030.yaml | 5 include: ti,lp50xx.yaml
|
D | ti,lp5036.yaml | 5 include: ti,lp50xx.yaml
|
/Zephyr-Core-3.5.0/samples/drivers/led_lp50xx/src/ |
D | main.c | 11 #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()
|