:orphan: .. title:: CONFIG_ADXL372_REFERENCED_ACTIVITY_DETECTION_MODE .. kconfig:: CONFIG_ADXL372_REFERENCED_ACTIVITY_DETECTION_MODE CONFIG_ADXL372_REFERENCED_ACTIVITY_DETECTION_MODE ################################################# *Use referenced activity/in-activity detection* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`ADXL372 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/adxl372/Kconfig:172`` 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_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.)*