The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_ADXL372_INACTIVITY_TIME

In-activity time

Type: int

Help

The time that all enabled axes must be lower than the inactivity threshold for an inactivity event to be detected. Number of multiples of 26 ms inactivity timer for which below threshold acceleration is required to detect inactivity. It is 26 ms per code for 3200 Hz ODR and below, and it is 13 ms per code for 6400 Hz ODR.

Direct dependencies

ADXL372 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adxl372/Kconfig:163

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_INACTIVITY_TIME
    int
    prompt "In-activity time" if ADXL372 && SENSOR
    range 0 255 if ADXL372 && SENSOR
    default 2 if ADXL372 && SENSOR
    depends on ADXL372 && SENSOR
    help
      The time that all enabled axes must be lower than the inactivity
      threshold for an inactivity event to be detected. Number of multiples
      of 26 ms inactivity timer for which below threshold acceleration is
      required to detect inactivity. It is 26 ms per code for 3200 Hz ODR
      and below, and it is 13 ms per code for 6400 Hz ODR.

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