:orphan: .. title:: LIS2DW12_PULSE_LTNCY .. option:: CONFIG_LIS2DW12_PULSE_LTNCY *Latency value* Type: ``hex`` Help ==== When double-tap recognition is enabled, this register expresses the maximum time between two successive detected taps to determine a double-tap event. Where 0 equals 16*1/ODR and 1LSB = 32*1/ODR. Direct dependencies =================== \ :option:`LIS2DW12_PULSE ` && \ :option:`LIS2DW12_TRIGGER ` && \ :option:`LIS2DW12 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x05 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lis2dw12/Kconfig:136`` 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_LTNCY hex "Latency value" range 0 0x0F default 0x05 depends on \ :option:`LIS2DW12_PULSE ` && \ :option:`LIS2DW12_TRIGGER ` && \ :option:`LIS2DW12 ` && \ :option:`SENSOR ` help When double-tap recognition is enabled, this register expresses the maximum time between two successive detected taps to determine a double-tap event. Where 0 equals 16*1/ODR and 1LSB = 32*1/ODR. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*