Home
last modified time | relevance | path

Searched full:drv2605 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/drivers/haptics/drv2605/
DREADME.rst1 .. 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
DCMakeLists.txt6 project(drv2605) project
/Zephyr-latest/drivers/haptics/
DKconfig.drv26055 bool "DRV2605 Haptics Driver"
10 Enable I2C-based driver for the Texas Instruments DRV2605 Haptics
DCMakeLists.txt6 zephyr_library_sources_ifdef(CONFIG_HAPTICS_DRV2605 drv2605.c)
DKconfig22 source "drivers/haptics/Kconfig.drv2605"
Ddrv2605.c6 * 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/
Dmain.c14 #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/
Dnucleo_f401re.overlay13 haptic: drv2605@5a {
14 compatible = "ti,drv2605";
/Zephyr-latest/tests/drivers/build_all/haptics/
Di2c.dtsi10 drv2605@0 {
11 compatible = "ti,drv2605";
/Zephyr-latest/dts/bindings/haptics/
Dti,drv2605.yaml5 DRV2605 Haptic Driver for ERM and LRA with built-in library and smart-loop
8 compatible: "ti,drv2605"
/Zephyr-latest/include/zephyr/drivers/haptics/
Ddrv2605.h36 * @brief DRV2605 haptic driver signal sources
73 * @brief Configure the DRV2605 device for a particular signal source
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst629 * 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
Drelease-notes-2.2.rst840 * :github:`22486` - Do we have driver for Texas Instruments DRV2605 haptic driver for ERM and LRA a…