Searched full:pca9633 (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/samples/drivers/led/pca9633/ |
D | README.rst | 1 .. zephyr:code-sample:: pca9633 2 :name: PCA9633 LED 5 Control 4 LEDs connected to a PCA9633 driver chip. 10 This sample controls 4 LEDs connected to a PCA9633 driver, using the 24 a PCA9633 LED driver on the bus I2C Arduino. 27 :zephyr-app: samples/drivers/led/pca9633 38 - PCA9633: https://www.nxp.com/docs/en/data-sheet/PCA9633.pdf
|
D | sample.yaml | 2 description: Demonstration of the PCA9633 LED driver 3 name: PCA9633 sample 5 sample.drivers.led.pca9633:
|
D | app.overlay | 7 pca9633@62 { 8 compatible = "nxp,pca9633";
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.pca9633 | 4 config PCA9633 config 5 bool "PCA9633 LED driver" 10 Enable LED driver for PCA9633. 12 PCA9633 LED driver has 4 channels each with multi-programmable
|
D | pca9633.c | 11 * @brief LED driver for the PCA9633 I2C LED driver (7-bit slave address 0x62) 21 LOG_MODULE_REGISTER(pca9633); 25 /* PCA9633 select registers determine the source that drives LED outputs */ 31 /* PCA9633 control register */ 39 /* PCA9633 mode register 1 */ 42 /* PCA9633 mode register 2 */
|
D | CMakeLists.txt | 18 zephyr_library_sources_ifdef(CONFIG_PCA9633 pca9633.c)
|
D | Kconfig | 38 source "drivers/led/Kconfig.pca9633"
|
/Zephyr-latest/dts/bindings/led/ |
D | nxp,pca9633.yaml | 1 description: NXP PCA9633 LED 3 compatible: "nxp,pca9633"
|
/Zephyr-latest/tests/drivers/build_all/led/ |
D | app.overlay | 93 pca9633@b { 94 compatible = "nxp,pca9633";
|
/Zephyr-latest/samples/drivers/led/pca9633/src/ |
D | main.c | 31 LOG_ERR("No devices with compatible nxp,pca9633 found"); in main()
|
/Zephyr-latest/doc/_scripts/ |
D | redirects.py | 297 ('samples/drivers/led_pca9633/README', 'samples/drivers/led/pca9633/README'),
|
/Zephyr-latest/doc/releases/ |
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.0.rst | 1176 * :github:`40076` - Driver led pca9633 does only use first device in devicetree
|
D | release-notes-3.5.rst | 1600 * :dtcompatible:`nxp,pca9633` (on i2c bus):
|
D | release-notes-2.7.rst | 1485 * :github:`37180` - Led driver PCA9633 does nok take chip out from sleep
|