Searched full:lp5562 (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/samples/drivers/led/lp5562/ |
D | README.rst | 1 .. 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
|
D | sample.yaml | 2 description: Demonstration of the LP5562 LED driver 3 name: LP5562 sample 5 sample.drivers.led.lp5562:
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.lp5562 | 4 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
|
D | lp5562.c | 11 * @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 …]
|
D | CMakeLists.txt | 15 zephyr_library_sources_ifdef(CONFIG_LP5562 lp5562.c)
|
D | Kconfig | 34 source "drivers/led/Kconfig.lp5562"
|
/Zephyr-latest/samples/drivers/led/lp5562/boards/ |
D | nrf52840dk_nrf52840.overlay | 7 lp5562@30 { 8 compatible = "ti,lp5562";
|
/Zephyr-latest/dts/bindings/led/ |
D | ti,lp5562.yaml | 1 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/ |
D | app.overlay | 83 lp5562@9 { 84 compatible = "ti,lp5562";
|
/Zephyr-latest/samples/drivers/led/lp5562/src/ |
D | main.c | 171 LOG_ERR("No \"ti,lp5562\" device found"); in main()
|
/Zephyr-latest/doc/_scripts/ |
D | redirects.py | 294 ('samples/drivers/led_lp5562/README', 'samples/drivers/led/lp5562/README'),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 690 * lp5562: added ``enable-gpios`` property to describe the EN/VCC GPIO of the lp5562.
|
D | release-notes-1.13.rst | 98 * led: Added TI LP5562 and NXP PCA9633 drivers
|
D | release-notes-2.1.rst | 236 * Removed non-DTS support from LP5562, PCA9633, and LP3943 drivers
|
D | release-notes-3.2.rst | 667 * Added support for using multiple instances of LP5562 LED module.
|