Home
last modified time | relevance | path

Searched refs:DRV2605_N_ERM_LRA (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/haptics/
Ddrv2605.c88 #define DRV2605_N_ERM_LRA BIT(7) macro
451 value = FIELD_PREP(DRV2605_N_ERM_LRA, config->actuator_mode) | in drv2605_hw_config()
455 mask = DRV2605_N_ERM_LRA | DRV2605_FB_BRAKE_FACTOR | DRV2605_LOOP_GAIN; in drv2605_hw_config()