The latest development version of this page may be more current than this released 1.14.0 version.
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.

Direct dependencies

ADXL372 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/adxl372/Kconfig:151

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/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" if ADXL372 && SENSOR
    range 0 255 if ADXL372 && SENSOR
    default 1 if ADXL372 && SENSOR
    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.

(Definitions include propagated dependencies, including from if’s and menus.)