-
CONFIG_ADXL372_INACTIVITY_THRESHOLD
¶
In-activity threshold in mg
Type: int
Help¶
Threshold for in-activity detection.
Kconfig definition¶
At drivers/sensor/adxl372/Kconfig:144
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/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" ifADXL372
&&SENSOR
range 0 200000 ifADXL372
&&SENSOR
default 400 ifADXL372
&&SENSOR
depends onADXL372
&&SENSOR
help Threshold for in-activity detection.
(Definitions include propagated dependencies, including from if’s and menus.)