-
CONFIG_FXOS8700_PULSE_THSX
¶
Pulse X-axis threshold
Type: hex
Help¶
Threshold to start the pulse-event detection procedure on the X-axis. Threshold values for each axis are unsigned 7-bit numbers with a fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration full-scale range.
Direct dependencies¶
FXOS8700_PULSE
&& FXOS8700_TRIGGER
&& FXOS8700
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
0x20
Kconfig definition¶
At drivers/sensor/fxos8700/Kconfig:129
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:56
→ drivers/sensor/Kconfig:68
Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver → Pulse detection
config FXOS8700_PULSE_THSX hex "Pulse X-axis threshold" range 0 0x7f default 0x20 depends onFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
help Threshold to start the pulse-event detection procedure on the X-axis. Threshold values for each axis are unsigned 7-bit numbers with a fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration full-scale range.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)