:orphan: .. title:: CONFIG_ADXL362_INACTIVITY_THRESHOLD .. kconfig:: CONFIG_ADXL362_INACTIVITY_THRESHOLD CONFIG_ADXL362_INACTIVITY_THRESHOLD ################################### *Lower threshold value* Type: ``int`` Help ==== .. code-block:: none Unsigned value that the adxl362 samples are compared to in inactivity trigger mode. Direct dependencies =================== \ :kconfig:`ADXL362 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/sensor/adxl362/Kconfig:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:45`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL362 sensor .. code-block:: kconfig config ADXL362_INACTIVITY_THRESHOLD int "Lower threshold value" default 100 depends on ADXL362 && SENSOR help Unsigned value that the adxl362 samples are compared to in inactivity trigger mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*