:orphan: .. title:: CONFIG_ADXL372_ACTIVITY_TIME .. kconfig:: CONFIG_ADXL372_ACTIVITY_TIME CONFIG_ADXL372_ACTIVITY_TIME ############################ *Activity time* Type: ``int`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`ADXL372 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/sensor/adxl372/Kconfig:149`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer .. code-block:: kconfig config ADXL372_ACTIVITY_TIME int "Activity time" range 0 255 default 1 depends on ADXL372 && 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*