zephyr/drivers/led
Van Petrosyan 7c845f14d4 drivers: led: Implemented PCA9533 driver with PM support
• Supports led_on/off, led_set_brightness (0–100 %, 152 Hz default),
  and led_blink (7 ms – 1.685 s) with automatic sharing of the two
  on-chip PWM engines; returns –EBUSY when a third distinct pair is
  requested.

• Includes basic runtime-PM boilerplate to honour power-domain control;
  the device itself has no dedicated low-power states.

Signed-off-by: Van Petrosyan <van.petrosyan@sensirion.com>
2025-07-28 16:43:48 -04:00
..
CMakeLists.txt drivers: led: Implemented PCA9533 driver with PM support 2025-07-28 16:43:48 -04:00
ht16k33.c
is31fl3194.c
is31fl3216a.c
is31fl3733.c
Kconfig drivers: led: Implemented PCA9533 driver with PM support 2025-07-28 16:43:48 -04:00
Kconfig.axp192
Kconfig.dac
Kconfig.gpio
Kconfig.ht16k33
Kconfig.is31fl3194
Kconfig.is31fl3216a
Kconfig.is31fl3733
Kconfig.leds-group-multicolor
Kconfig.lp50xx
Kconfig.lp3943
Kconfig.lp5562
Kconfig.lp5569
Kconfig.modulino
Kconfig.ncp5623
Kconfig.npm13xx
Kconfig.pca9533 drivers: led: Implemented PCA9533 driver with PM support 2025-07-28 16:43:48 -04:00
Kconfig.pca9633
Kconfig.pwm
Kconfig.tlc59108
Kconfig.xec
led_axp192.c
led_dac.c
led_gpio.c
led_handlers.c
led_mchp_xec.c
led_npm13xx.c
led_pwm.c
led_shell.c drivers: led: shell: add blink cmd 2025-07-21 13:07:07 -04:00
leds_group_multicolor.c
lp50xx.c
lp3943.c
lp5562.c
lp5569.c
modulino_buttons_leds.c
ncp5623.c
pca9533.c drivers: led: Implemented PCA9533 driver with PM support 2025-07-28 16:43:48 -04:00
pca9633.c
tlc59108.c