-
CONFIG_IIS2DLPC_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¶
IIS2DLPC_PULSE
&& IIS2DLPC_TRIGGER
&& IIS2DLPC
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
0x00
Kconfig definition¶
At <Zephyr>/drivers/sensor/iis2dlpc/Kconfig:146
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:97
Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2DLPC I2C/SPI accelerometer sensor driver → Pulse detection
config IIS2DLPC_PULSE_QUIET hex "Quiet value" range 0 0x03 default 0x00 depends onIIS2DLPC_PULSE
&&IIS2DLPC_TRIGGER
&&IIS2DLPC
&&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.)