Searched full:drv2605 (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/samples/drivers/haptics/drv2605/ |
D | README.rst | 1 .. zephyr:code-sample:: drv2605 2 :name: DRV2605 Haptic Driver 5 Drive an LRA using the DRV2605 haptic driver chip. 10 This sample demonstrates how to configure a ROM playback event on the DRV2605 and executes playback 16 Build the application for the :zephyr:board:`nucleo_f401re` board, and connect a DRV2605 haptic dri… 20 :zephyr-app: samples/drivers/haptics/drv2605 31 [00:00:00.103,000] <inf> main: Found DRV2605 device drv2605@5a 36 - DRV2605 Datasheet: https://www.ti.com/lit/ds/symlink/drv2605.pdf
|
D | CMakeLists.txt | 6 project(drv2605) project
|
/Zephyr-latest/drivers/haptics/ |
D | Kconfig.drv2605 | 5 bool "DRV2605 Haptics Driver" 10 Enable I2C-based driver for the Texas Instruments DRV2605 Haptics
|
D | CMakeLists.txt | 6 zephyr_library_sources_ifdef(CONFIG_HAPTICS_DRV2605 drv2605.c)
|
D | Kconfig | 22 source "drivers/haptics/Kconfig.drv2605"
|
D | drv2605.c | 6 * DRV2605 Datasheet: https://www.ti.com/lit/gpn/drv2605 16 #include <zephyr/drivers/haptics/drv2605.h> 24 LOG_MODULE_REGISTER(DRV2605, CONFIG_HAPTICS_LOG_LEVEL); 540 LOG_DBG("Found DRV2605, DEVID: 0x%x", value); in drv2605_check_devid()
|
/Zephyr-latest/samples/drivers/haptics/drv2605/src/ |
D | main.c | 14 #include <zephyr/drivers/haptics/drv2605.h> 46 LOG_ERR("DRV2605 device not found"); in main() 49 LOG_ERR("DRV2605 device %s is not ready", dev->name); in main() 53 LOG_INF("Found DRV2605 device %s", dev->name); in main()
|
/Zephyr-latest/samples/drivers/haptics/drv2605/boards/ |
D | nucleo_f401re.overlay | 13 haptic: drv2605@5a { 14 compatible = "ti,drv2605";
|
/Zephyr-latest/tests/drivers/build_all/haptics/ |
D | i2c.dtsi | 10 drv2605@0 { 11 compatible = "ti,drv2605";
|
/Zephyr-latest/dts/bindings/haptics/ |
D | ti,drv2605.yaml | 5 DRV2605 Haptic Driver for ERM and LRA with built-in library and smart-loop 8 compatible: "ti,drv2605"
|
/Zephyr-latest/include/zephyr/drivers/haptics/ |
D | drv2605.h | 36 * @brief DRV2605 haptic driver signal sources 73 * @brief Configure the DRV2605 device for a particular signal source
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 629 * Added support for TI DRV2605 haptic driver IC (:dtcompatible:`ti,drv2605`) 630 …* Added a sample for the DRV2605 haptic driver to trigger ROM events (:zephyr:code-sample:`drv2605…
|
D | release-notes-2.2.rst | 840 * :github:`22486` - Do we have driver for Texas Instruments DRV2605 haptic driver for ERM and LRA a…
|