CONFIG_ADXL372_REFERENCED_ACTIVITY_DETECTION_MODE¶
Use referenced activity/in-activity detection
Type: bool
Help¶
Activity detection can be configured as referenced or absolute.
When using absolute activity detection, acceleration samples are
compared directly to a user set threshold to determine whether
motion is present. In many applications, it is advantageous for
activity detection to be based not on an absolute threshold,
but on a deviation from a reference point or orientation.
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/sensor/adxl372/Kconfig:172
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:47
Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer
config ADXL372_REFERENCED_ACTIVITY_DETECTION_MODE
    bool "Use referenced activity/in-activity detection"
    default y
    depends on ADXL372 && SENSOR
    help
      Activity detection can be configured as referenced or absolute.
      When using absolute activity detection, acceleration samples are
      compared directly to a user set threshold to determine whether
      motion is present. In many applications, it is advantageous for
      activity detection to be based not on an absolute threshold,
      but on a deviation from a reference point or orientation.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)