The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_ADXL372_INACTIVITY_THRESHOLD

In-activity threshold in mg

Type: int

Help

Threshold for in-activity detection.

Direct dependencies

ADXL372 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adxl372/Kconfig:144

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_THRESHOLD
    int
    prompt "In-activity threshold in mg" if ADXL372 && SENSOR
    range 0 200000 if ADXL372 && SENSOR
    default 400 if ADXL372 && SENSOR
    depends on ADXL372 && SENSOR
    help
      Threshold for in-activity detection.

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