-
CONFIG_ADXL372_ACTIVITY_TIME
¶
Activity time
Type: int
Help¶
The activity timer implements a robust activity detection that minimizes false positive motion triggers. When the timer is used, only sustained motion can trigger activity detection. Number of multiples of 3.3 ms activity timer for which above threshold acceleration is required to detect activity. It is 3.3 ms per code for 6400 Hz ODR, and it is 6.6 ms per code for 3200 Hz ODR and below.
Kconfig definition¶
At drivers/sensor/adxl372/Kconfig:151
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:32
Menu path: (top menu) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer
config ADXL372_ACTIVITY_TIME int prompt "Activity time" ifADXL372
&&SENSOR
range 0 255 ifADXL372
&&SENSOR
default 1 ifADXL372
&&SENSOR
depends onADXL372
&&SENSOR
help The activity timer implements a robust activity detection that minimizes false positive motion triggers. When the timer is used, only sustained motion can trigger activity detection. Number of multiples of 3.3 ms activity timer for which above threshold acceleration is required to detect activity. It is 3.3 ms per code for 6400 Hz ODR, and it is 6.6 ms per code for 3200 Hz ODR and below.
(Definitions include propagated dependencies, including from if’s and menus.)