Home
last modified time | relevance | path

Searched full:pca9633 (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/samples/drivers/led/pca9633/
DREADME.rst1 .. 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
Dsample.yaml2 description: Demonstration of the PCA9633 LED driver
3 name: PCA9633 sample
5 sample.drivers.led.pca9633:
Dapp.overlay7 pca9633@62 {
8 compatible = "nxp,pca9633";
/Zephyr-latest/drivers/led/
DKconfig.pca96334 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
Dpca9633.c11 * @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 */
DCMakeLists.txt18 zephyr_library_sources_ifdef(CONFIG_PCA9633 pca9633.c)
DKconfig38 source "drivers/led/Kconfig.pca9633"
/Zephyr-latest/dts/bindings/led/
Dnxp,pca9633.yaml1 description: NXP PCA9633 LED
3 compatible: "nxp,pca9633"
/Zephyr-latest/tests/drivers/build_all/led/
Dapp.overlay93 pca9633@b {
94 compatible = "nxp,pca9633";
/Zephyr-latest/samples/drivers/led/pca9633/src/
Dmain.c31 LOG_ERR("No devices with compatible nxp,pca9633 found"); in main()
/Zephyr-latest/doc/_scripts/
Dredirects.py297 ('samples/drivers/led_pca9633/README', 'samples/drivers/led/pca9633/README'),
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst98 * led: Added TI LP5562 and NXP PCA9633 drivers
Drelease-notes-2.1.rst236 * Removed non-DTS support from LP5562, PCA9633, and LP3943 drivers
Drelease-notes-3.0.rst1176 * :github:`40076` - Driver led pca9633 does only use first device in devicetree
Drelease-notes-3.5.rst1600 * :dtcompatible:`nxp,pca9633` (on i2c bus):
Drelease-notes-2.7.rst1485 * :github:`37180` - Led driver PCA9633 does nok take chip out from sleep