:orphan: .. title:: LIS2DW12_PULSE_QUIET .. option:: CONFIG_LIS2DW12_PULSE_QUIET *Quiet value* Type: ``hex`` Help ==== Expected quiet time after a tap detection: this register represents the time after the first detected tap in which there must not be any overthreshold event. Where 0 equals 2*1/ODR and 1LSB = 4*1/ODR. Direct dependencies =================== \ :option:`LIS2DW12_PULSE ` && \ :option:`LIS2DW12_TRIGGER ` && \ :option:`LIS2DW12 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x00 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis2dw12/Kconfig:146`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:115`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DW12 I2C/SPI accelerometer sensor driver → Pulse detection .. parsed-literal:: config LIS2DW12_PULSE_QUIET hex "Quiet value" range 0 0x03 default 0x00 depends on \ :option:`LIS2DW12_PULSE ` && \ :option:`LIS2DW12_TRIGGER ` && \ :option:`LIS2DW12 ` && \ :option:`SENSOR ` help Expected quiet time after a tap detection: this register represents the time after the first detected tap in which there must not be any overthreshold event. Where 0 equals 2*1/ODR and 1LSB = 4*1/ODR. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*