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

Pulse configuration register

Type: hex

Direct dependencies

FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/fxos8700/Kconfig:126

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_CFG
    hex
    prompt "Pulse configuration register" if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    range 0 0xff if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    default 0x3f if FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    depends on FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR

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