Home
last modified time | relevance | path

Searched full:is31fl3194 (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/dts/bindings/led/
Dissi,is31fl3194.yaml5 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/
Dsample.yaml2 description: Demonstration of the IS31FL3194 LED driver
3 name: is31fl3194 sample
5 sample.drivers.led.is31fl3194:
6 filter: dt_compat_enabled("issi,is31fl3194")
DREADME.rst1 .. 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/
DKconfig.is31fl31944 config IS31FL3194 config
5 bool "IS31FL3194 LED driver"
11 IS31FL3194. This chip supports one RGB LED or 3 independent LEDs.
DCMakeLists.txt21 zephyr_library_sources_ifdef(CONFIG_IS31FL3194 is31fl3194.c)
DKconfig43 source "drivers/led/Kconfig.is31fl3194"
Dis31fl3194.c11 * @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/
Dapp.overlay108 is31fl3194@e {
109 compatible = "issi,is31fl3194";
/Zephyr-latest/boards/arduino/nicla_sense_me/
Darduino_nicla_sense_me.dts77 is31fl3194@53 {
78 compatible = "issi,is31fl3194";
/Zephyr-latest/doc/_scripts/
Dredirects.py289 ('samples/drivers/led_is31fl3194/README', 'samples/drivers/led/is31fl3194/README'),
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst931 * Added driver for Lumissil Microsystems (a division of ISSI) IS31FL3194 controller
932 (:dtcompatible:`issi,is31fl3194`).