-
CONFIG_FXOS8700_PULSE_LTCY
¶
Pulse latency
Type: hex
Help¶
The time interval that starts after the first pulse detection where the pulse-detection function ignores the start of a new pulse. 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 1.25 ms/LSB.
Direct dependencies¶
FXOS8700_PULSE
&& FXOS8700_TRIGGER
&& FXOS8700
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
0x28
Kconfig definition¶
At drivers/sensor/fxos8700/Kconfig:172
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_LTCY hex "Pulse latency" range 0 0xff default 0x28 depends onFXOS8700_PULSE
&&FXOS8700_TRIGGER
&&FXOS8700
&&SENSOR
help The time interval that starts after the first pulse detection where the pulse-detection function ignores the start of a new pulse. 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 1.25 ms/LSB.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)