Home
last modified time | relevance | path

Searched full:lp5569 (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/drivers/led/lp5569/
DREADME.rst1 .. zephyr:code-sample:: lp5569
2 :name: LP5569 9-channel LED controller
5 Control 9 LEDs connected to an LP5569 driver chip.
10 This sample controls 9 LEDs connected to an LP5569 driver. The sample turns
20 a LP5569 LED controller on the bus I2C0 at the address 0x32.
23 :zephyr-app: samples/drivers/led/lp5569
34 [00:00:00.361,694] <inf> app: Found LED device lp5569@32
40 - LP5569 Datasheet: https://www.ti.com/product/de-de/LP5569
Dsample.yaml2 description: Demonstration of the LP5569 LED driver
3 name: LP5569 sample
5 sample.drivers.led.lp5569:
/Zephyr-latest/drivers/led/
DKconfig.lp55694 config LP5569 config
5 bool "LP5569 LED driver"
10 Enable LED driver for LP5569. LP5569 LED driver has 9 channels.
Dlp5569.c11 * @brief LP5569 LED controller
13 * The LP5569 is a 9-channel LED driver that communicates over I2C.
24 LOG_MODULE_REGISTER(lp5569, CONFIG_LED_LOG_LEVEL);
126 LOG_ERR("Enable LP5569 failed"); in lp5569_enable()
166 LOG_ERR("Enable LP5569 failed"); in lp5569_pm_action()
174 LOG_ERR("Disable LP5569 failed"); in lp5569_pm_action()
DCMakeLists.txt16 zephyr_library_sources_ifdef(CONFIG_LP5569 lp5569.c)
DKconfig35 source "drivers/led/Kconfig.lp5569"
/Zephyr-latest/dts/bindings/led/
Dti,lp5569.yaml1 description: TI LP5569 LED
3 compatible: "ti,lp5569"
11 GPIO used to enable the lp5569.
24 what the lp5569 is being supplied.
/Zephyr-latest/samples/drivers/led/lp5569/boards/
Dnrf52840dk_nrf52840.overlay7 lp5569@32 {
8 compatible = "ti,lp5569";
/Zephyr-latest/tests/drivers/build_all/led/
Dapp.overlay88 lp5569@a {
89 compatible = "ti,lp5569";
/Zephyr-latest/samples/drivers/led/lp5569/src/
Dmain.c25 LOG_ERR("No device with compatible ti,lp5569 found"); in main()
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst203 * lp5569: added use of auto-increment functionality.
204 * lp5569: implemented ``write_channels`` api.
205 * lp5569: demonstrate ``led_write_channels`` in the sample.
Drelease-notes-4.0.rst692 * lp5569: added ``charge-pump-mode`` property to configure the charge pump of the lp5569.
694 * lp5569: added ``enable-gpios`` property to describe the EN/PWM GPIO of the lp5569.
Drelease-notes-3.5.rst1911 * :dtcompatible:`ti,lp5569`
/Zephyr-latest/doc/_scripts/
Dredirects.py295 ('samples/drivers/led_lp5569/README', 'samples/drivers/led/lp5569/README'),