Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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 */
41 /* PCA9633 mode register 2 */
DCMakeLists.txt12 zephyr_library_sources_ifdef(CONFIG_PCA9633 pca9633.c)
DKconfig34 source "drivers/led/Kconfig.pca9633"
/Zephyr-Core-3.4.0/samples/drivers/led_pca9633/
DREADME.rst3 PCA9633: 4-Channel RGB
9 This sample controls 4 LEDs connected to a PCA9633 driver, using the
23 a PCA9633 LED driver on the bus I2C Arduino.
37 - 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-Core-3.4.0/dts/bindings/led/
Dnxp,pca9633.yaml1 description: NXP PCA9633 LED
3 compatible: "nxp,pca9633"
/Zephyr-Core-3.4.0/tests/drivers/build_all/led/
Dapp.overlay63 pca9633@5 {
64 compatible = "nxp,pca9633";
/Zephyr-Core-3.4.0/samples/drivers/led_pca9633/src/
Dmain.c31 LOG_ERR("No devices with compatible nxp,pca9633 found"); in main()
/Zephyr-Core-3.4.0/tests/drivers/build_all/sensor/
Di2c.dtsi199 test_i2c_pca9633: pca9633@1e {
200 compatible = "nxp,pca9633";
/Zephyr-Core-3.4.0/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-2.7.rst1485 * :github:`37180` - Led driver PCA9633 does nok take chip out from sleep