-
CONFIG_FXOS8700_PULSE_TMLT
¶
Pulse time limit
Type: hex
Help¶
The maximum time interval that can elapse between the start of the acceleration on the selected channel exceeding the specified threshold and the end when the channel acceleration goes back below the specified threshold. The resolution depends upon the sample rate (ODR) and the high-pass filter configuration (HP_FILTER_CUTOFF[pls_hpf_en]). For ODR=800 Hz and pls_hpf_en=0, the resolution is 0.625 ms/LSB.
Direct dependencies¶
FXOS8700_PULSE
&& FXOS8700_TRIGGER
&& FXOS8700
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x18 if
FXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
Kconfig definition¶
At drivers/sensor/fxos8700/Kconfig:161
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_TMLT hex prompt "Pulse time limit" ifFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
range 0 0x7f ifFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
default 0x18 ifFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
depends onFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
help The maximum time interval that can elapse between the start of the acceleration on the selected channel exceeding the specified threshold and the end when the channel acceleration goes back below the specified threshold. The resolution depends upon the sample rate (ODR) and the high-pass filter configuration (HP_FILTER_CUTOFF[pls_hpf_en]). For ODR=800 Hz and pls_hpf_en=0, the resolution is 0.625 ms/LSB.
(Definitions include propagated dependencies, including from if’s and menus.)