Searched full:pca9633 (Results 1 – 15 of 15) sorted by relevance
4 config PCA9633 config5 bool "PCA9633 LED driver"10 Enable LED driver for PCA9633.12 PCA9633 LED driver has 4 channels each with multi-programmable
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 */41 /* PCA9633 mode register 2 */
12 zephyr_library_sources_ifdef(CONFIG_PCA9633 pca9633.c)
34 source "drivers/led/Kconfig.pca9633"
3 PCA9633: 4-Channel RGB9 This sample controls 4 LEDs connected to a PCA9633 driver, using the23 a PCA9633 LED driver on the bus I2C Arduino.37 - PCA9633: https://www.nxp.com/docs/en/data-sheet/PCA9633.pdf
2 description: Demonstration of the PCA9633 LED driver3 name: PCA9633 sample5 sample.drivers.led.pca9633:
7 pca9633@62 {8 compatible = "nxp,pca9633";
1 description: NXP PCA9633 LED3 compatible: "nxp,pca9633"
63 pca9633@5 {64 compatible = "nxp,pca9633";
31 LOG_ERR("No devices with compatible nxp,pca9633 found"); in main()
199 test_i2c_pca9633: pca9633@1e {200 compatible = "nxp,pca9633";
98 * led: Added TI LP5562 and NXP PCA9633 drivers
236 * Removed non-DTS support from LP5562, PCA9633, and LP3943 drivers
1176 * :github:`40076` - Driver led pca9633 does only use first device in devicetree
1485 * :github:`37180` - Led driver PCA9633 does nok take chip out from sleep