Searched full:is31fl3194 (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/dts/bindings/led/ |
D | issi,is31fl3194.yaml | 5 IS31FL3194 3-channel LED driver with programmable pattern sequencing 15 The following defines a single RGB LED in the is31fl3194 DT node: 17 is31fl3194@53 { 18 compatible = "issi,is31fl3194"; 30 The following example defines three single-channel LEDs in the is31fl3194 DT node: 32 is31fl3194@53 { 33 compatible = "issi,is31fl3194"; 53 compatible: "issi,is31fl3194"
|
/Zephyr-latest/samples/drivers/led/is31fl3194/ |
D | sample.yaml | 2 description: Demonstration of the IS31FL3194 LED driver 3 name: is31fl3194 sample 5 sample.drivers.led.is31fl3194: 6 filter: dt_compat_enabled("issi,is31fl3194")
|
D | README.rst | 1 .. zephyr:code-sample:: is31fl3194 2 :name: IS31FL3194 RGB LED 5 Cycle colors on an RGB LED connected to the IS31FL3194 using the LED API. 17 :dtcompatible:`issi,is31fl3194` enabled, along with the relevant bus 21 :zephyr-app: samples/drivers/led/is31fl3194
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.is31fl3194 | 4 config IS31FL3194 config 5 bool "IS31FL3194 LED driver" 11 IS31FL3194. This chip supports one RGB LED or 3 independent LEDs.
|
D | CMakeLists.txt | 21 zephyr_library_sources_ifdef(CONFIG_IS31FL3194 is31fl3194.c)
|
D | Kconfig | 43 source "drivers/led/Kconfig.is31fl3194"
|
D | is31fl3194.c | 11 * @brief IS31FL3194 LED driver 13 * The IS31FL3194 is a 3-channel LED driver that communicates over I2C. 24 LOG_MODULE_REGISTER(is31fl3194, CONFIG_LED_LOG_LEVEL);
|
/Zephyr-latest/tests/drivers/build_all/led/ |
D | app.overlay | 108 is31fl3194@e { 109 compatible = "issi,is31fl3194";
|
/Zephyr-latest/boards/arduino/nicla_sense_me/ |
D | arduino_nicla_sense_me.dts | 77 is31fl3194@53 { 78 compatible = "issi,is31fl3194";
|
/Zephyr-latest/doc/_scripts/ |
D | redirects.py | 289 ('samples/drivers/led_is31fl3194/README', 'samples/drivers/led/is31fl3194/README'),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 931 * Added driver for Lumissil Microsystems (a division of ISSI) IS31FL3194 controller 932 (:dtcompatible:`issi,is31fl3194`).
|