-
CONFIG_FXOS8700_PULSE_THSY
¶
Pulse Y-axis threshold
Type: hex
Help¶
Threshold to start the pulse-event detection procedure on the Y-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 if’s and menus.)
Defaults¶
- 0x20 if
FXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
Kconfig definition¶
At drivers/sensor/fxos8700/Kconfig:141
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:58
Menu path: (top menu) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver → Pulse detection
config FXOS8700_PULSE_THSY hex prompt "Pulse Y-axis threshold" ifFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
range 0 0x7f ifFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
default 0x20 ifFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
depends onFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
help Threshold to start the pulse-event detection procedure on the Y-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.
(Definitions include propagated dependencies, including from if’s and menus.)