The latest development version of this page may be more current than this released 1.14.0 version.
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 if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/fxos8700/Kconfig:174

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:58

Menu path: (top menu) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver → Pulse detection

config FXOS8700_PULSE_LTCY
    hex
    prompt "Pulse latency" if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    range 0 0xff if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    default 0x28 if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    depends on FXOS8700_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.

(Definitions include propagated dependencies, including from if’s and menus.)