Home
last modified time | relevance | path

Searched full:lp5562 (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/samples/drivers/led/lp5562/
DREADME.rst1 .. zephyr:code-sample:: lp5562
2 :name: LP5562 RGB LED
5 Control 4 RGB LEDs connected to an LP5562 driver chip.
10 This sample controls 4 LEDs connected to a TI LP5562 driver, using the
27 Refer to the `LP5562 Manual`_ for the RGB LED connections and color channel
34 a LP5562 LED driver on the bus I2C0 at the address 0x30.
37 :zephyr-app: samples/drivers/led/lp5562
45 .. _LP5562 Manual: http://www.ti.com/lit/ds/symlink/lp5562.pdf
Dsample.yaml2 description: Demonstration of the LP5562 LED driver
3 name: LP5562 sample
5 sample.drivers.led.lp5562:
/Zephyr-latest/drivers/led/
DKconfig.lp55624 config LP5562 config
5 bool "LP5562 LED driver"
10 Enable LED driver for LP5562.
12 LP5562 LED driver has 4 channels (RGBW). Each channel can drive up to
Dlp5562.c11 * @brief LP5562 LED driver
13 * The LP5562 is a 4-channel LED driver that communicates over I2C. The four
42 LOG_MODULE_REGISTER(lp5562);
117 * Available channels. There are four LED channels usable with the LP5562. While
315 * @param dev LP5562 device.
341 * @param dev LP5562 device.
367 * @param dev LP5562 device.
404 * @param dev LP5562 device.
431 * @param dev LP5562 device.
463 * @param dev LP5562 device.
[all …]
DCMakeLists.txt15 zephyr_library_sources_ifdef(CONFIG_LP5562 lp5562.c)
DKconfig34 source "drivers/led/Kconfig.lp5562"
/Zephyr-latest/samples/drivers/led/lp5562/boards/
Dnrf52840dk_nrf52840.overlay7 lp5562@30 {
8 compatible = "ti,lp5562";
/Zephyr-latest/dts/bindings/led/
Dti,lp5562.yaml1 description: TI LP5562 LED
3 compatible: "ti,lp5562"
32 GPIO to enable LP5562 (both Charge-pump and Digital Communications interface).
/Zephyr-latest/tests/drivers/build_all/led/
Dapp.overlay83 lp5562@9 {
84 compatible = "ti,lp5562";
/Zephyr-latest/samples/drivers/led/lp5562/src/
Dmain.c171 LOG_ERR("No \"ti,lp5562\" device found"); in main()
/Zephyr-latest/doc/_scripts/
Dredirects.py294 ('samples/drivers/led_lp5562/README', 'samples/drivers/led/lp5562/README'),
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst690 * lp5562: added ``enable-gpios`` property to describe the EN/VCC GPIO of the lp5562.
Drelease-notes-1.13.rst98 * led: Added TI LP5562 and NXP PCA9633 drivers
Drelease-notes-2.1.rst236 * Removed non-DTS support from LP5562, PCA9633, and LP3943 drivers
Drelease-notes-3.2.rst667 * Added support for using multiple instances of LP5562 LED module.