:orphan: .. title:: ADXL372_INACTIVITY_THRESHOLD .. option:: CONFIG_ADXL372_INACTIVITY_THRESHOLD *In-activity threshold in mg* Type: ``int`` Help ==== .. code-block:: none Threshold for in-activity detection. Direct dependencies =================== \ :option:`ADXL372 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 400 Kconfig definition ================== At ``/sensor/adxl372/Kconfig:142`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer .. code-block:: kconfig config ADXL372_INACTIVITY_THRESHOLD int "In-activity threshold in mg" range 0 200000 default 400 depends on ADXL372 && SENSOR help Threshold for in-activity detection. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*