zephyr/drivers/led
Jay Vasanth b15f01ddce drivers: led: Microchip XEC LED driver using BBLED controller
Implement a LED driver for Microchip XEC using the breathing,
blinking LED controller. The driver supports LED on, off, and
blink API's. The BBLED block uses the 32768 Hz clock domain
allowing the module to operate in light and deep sleep states.
Blink frequency is 32768 divided by 256 * (prescale + 1) where
prescale is a 12-bit value. Duty cycle is specified by an 8-bit
value where 0 = full off, 127 is 50%, and 255 is full on.

Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
2022-12-02 11:31:50 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.gpio
Kconfig.ht16k33
Kconfig.lp503x
Kconfig.lp3943
Kconfig.lp5562
Kconfig.pca9633
Kconfig.pwm
Kconfig.tlc59108
Kconfig.xec
ht16k33.c
led_context.h
led_gpio.c
led_handlers.c
led_mchp_xec.c
led_pwm.c
led_shell.c
lp503x.c
lp3943.c
lp5562.c
pca9633.c
tlc59108.c