The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_FXOS8700_PULSE_WIND

Pulse window

Type: hex

Help

The maximum interval of time that can elapse after the end of the latency interval in which the start of the second pulse event must be detected provided the device has been configured for double pulse detection. The detected second pulse width must be shorter than the time limit constraint specified by the PULSE_TMLT register, but the end of the double pulse need not finish within the time specified by the PULSE_WIND register. 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:185

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_WIND
    hex
    prompt "Pulse window" if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    range 0 0xff if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    default 0x3c if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    depends on FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    help
      The maximum interval of time that can elapse after the end of the
      latency interval in which the start of the second pulse event must be
      detected provided the device has been configured for double pulse
      detection. The detected second pulse width must be shorter than the
      time limit constraint specified by the PULSE_TMLT register, but the
      end of the double pulse need not finish within the time specified by
      the PULSE_WIND register. 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.)