Searched full:ht16k33 (Results 1 – 18 of 18) sorted by relevance
/Zephyr-Core-2.7.6/drivers/led/ |
D | Kconfig.ht16k33 | 4 menuconfig HT16K33 config 5 bool "HT16K33 LED driver" 8 Enable LED driver for HT16K33. 10 The HT16K33 is a memory mapping, multifunction LED 16 depends on (HT16K33 && KSCAN) 19 Enable keyscan child device support in the HT16K33 LED 23 HT16K33 keyscan driver.
|
D | ht16k33.c | 11 * @brief LED driver for the HT16K33 I2C LED driver with keyscan 18 #include <drivers/led/ht16k33.h> 22 LOG_MODULE_REGISTER(ht16k33, CONFIG_LED_LOG_LEVEL); 26 /* HT16K33 commands and options */ 54 /* HT16K33 size definitions */ 96 /* The HT16K33 blinks all LEDs at the same frequency */ in ht16k33_led_blink() 122 LOG_ERR("Setting HT16K33 blink frequency failed"); in ht16k33_led_blink() 149 LOG_ERR("Setting HT16K33 brightness failed"); in ht16k33_led_set_brightness() 184 LOG_ERR("Setting HT16K33 LED %s failed", on ? "on" : "off"); in ht16k33_led_set_state() 220 LOG_WRN("Failed to to read HT16K33 key data (err %d)", err); in ht16k33_process_keyscan_data() [all …]
|
D | CMakeLists.txt | 5 zephyr_library_sources_ifdef(CONFIG_HT16K33 ht16k33.c)
|
D | Kconfig | 30 source "drivers/led/Kconfig.ht16k33"
|
/Zephyr-Core-2.7.6/samples/drivers/ht16k33/ |
D | README.rst | 3 HT16K33 LED driver with keyscan 9 This sample controls the LEDs connected to a `Holtek HT16K33`_ 11 rows/columns of the HT16K33. 26 connect a HT16K33 LED driver at address 0x70 on the I2C-0 bus. 29 :zephyr-app: samples/drivers/ht16k33 42 .. _Holtek HT16K33: http://www.holtek.com/productdetail/-/vg/HT16K33
|
D | sample.yaml | 2 description: Demonstration of the HT16K33 LED driver with keyscan 3 name: HT16K33 sample 5 sample.drivers.ht16k33:
|
D | CMakeLists.txt | 6 project(ht16k33) project
|
/Zephyr-Core-2.7.6/samples/drivers/ht16k33/boards/ |
D | nrf52840dk_nrf52840.overlay | 10 ht16k33@70 { 11 compatible = "holtek,ht16k33"; 13 label = "HT16K33"; 18 compatible = "holtek,ht16k33-keyscan";
|
/Zephyr-Core-2.7.6/include/drivers/led/ |
D | ht16k33.h | 14 * Register a HT16K33 keyscan device to be notified of relevant 15 * keyscan events by the keyscan interrupt thread in the HT16K33 18 * @param parent HT16K33 parent device. 19 * @param child HT16K33 child device.
|
/Zephyr-Core-2.7.6/drivers/kscan/ |
D | kscan_ht16k33.c | 11 * @brief Keyscan driver for the HT16K33 I2C LED driver 16 #include <drivers/led/ht16k33.h> 22 "HT16K33 keyscan driver must be initialized after HT16K33 LED driver"); 41 LOG_ERR("HT16K33 parent device not ready"); in kscan_ht16k33_init()
|
D | Kconfig.ht16k33 | 5 bool "HT16K33 keyscan driver" 8 Enable keyscan driver for HT16K33. 10 The HT16K33 is a memory mapping, multifunction LED
|
D | Kconfig | 16 source "drivers/kscan/Kconfig.ht16k33"
|
/Zephyr-Core-2.7.6/dts/bindings/kscan/ |
D | holtek,ht16k33-keyscan.yaml | 1 description: Holtek HT16K33 keyscan 3 compatible: "holtek,ht16k33-keyscan" 7 on-bus: ht16k33
|
/Zephyr-Core-2.7.6/dts/bindings/led/ |
D | holtek,ht16k33.yaml | 1 description: Holtek HT16K33 LEDs 3 compatible: "holtek,ht16k33" 7 bus: ht16k33
|
/Zephyr-Core-2.7.6/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 116 test_i2c_ht16k33: ht16k33@11 { 117 compatible = "holtek,ht16k33"; 118 label = "HT16K33";
|
/Zephyr-Core-2.7.6/ |
D | CODEOWNERS | 276 /drivers/kscan/*ht16k33* @henrikbrixandersen 465 /include/drivers/led/ht16k33.h @henrikbrixandersen 570 /samples/drivers/ht16k33/ @henrikbrixandersen
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.0.rst | 246 * Added HT16K33 LED driver 279 * Added Holtek HT16K33 LED driver 1094 * :github:`16164` - [Coverity CID :198584]Uninitialized variables in /drivers/led/ht16k33.c
|
/Zephyr-Core-2.7.6/scripts/release/ |
D | twister_last_release.csv | 45241 samples/drivers/ht16k33/sample.drivers.ht16k33,arm,nrf52840_pca10056,True,,,na,,0,0
|