Searched full:lp5569 (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/drivers/led/lp5569/ |
D | README.rst | 1 .. 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
|
D | sample.yaml | 2 description: Demonstration of the LP5569 LED driver 3 name: LP5569 sample 5 sample.drivers.led.lp5569:
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.lp5569 | 4 config LP5569 config 5 bool "LP5569 LED driver" 10 Enable LED driver for LP5569. LP5569 LED driver has 9 channels.
|
D | lp5569.c | 11 * @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()
|
D | CMakeLists.txt | 16 zephyr_library_sources_ifdef(CONFIG_LP5569 lp5569.c)
|
D | Kconfig | 35 source "drivers/led/Kconfig.lp5569"
|
/Zephyr-latest/dts/bindings/led/ |
D | ti,lp5569.yaml | 1 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/ |
D | nrf52840dk_nrf52840.overlay | 7 lp5569@32 { 8 compatible = "ti,lp5569";
|
/Zephyr-latest/tests/drivers/build_all/led/ |
D | app.overlay | 88 lp5569@a { 89 compatible = "ti,lp5569";
|
/Zephyr-latest/samples/drivers/led/lp5569/src/ |
D | main.c | 25 LOG_ERR("No device with compatible ti,lp5569 found"); in main()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 203 * lp5569: added use of auto-increment functionality. 204 * lp5569: implemented ``write_channels`` api. 205 * lp5569: demonstrate ``led_write_channels`` in the sample.
|
D | release-notes-4.0.rst | 692 * 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.
|
D | release-notes-3.5.rst | 1911 * :dtcompatible:`ti,lp5569`
|
/Zephyr-latest/doc/_scripts/ |
D | redirects.py | 295 ('samples/drivers/led_lp5569/README', 'samples/drivers/led/lp5569/README'),
|