CONFIG_FXOS8700_PULSE_THSY

Pulse Y-axis threshold

Type: hex

Help

Threshold to start the pulse-event detection procedure on the Y-axis. Threshold values for each axis are unsigned 7-bit numbers with a fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration full-scale range.

Direct dependencies

FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 0x20

Kconfig definition

At <Zephyr>/drivers/sensor/fxos8700/Kconfig:139

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:82

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

config FXOS8700_PULSE_THSY
    hex "Pulse Y-axis threshold"
    range 0 0x7f
    default 0x20
    depends on FXOS8700_PULSE && FXOS8700_TRIGGER && FXOS8700 && SENSOR
    help
      Threshold to start the pulse-event detection procedure on the Y-axis.
      Threshold values for each axis are unsigned 7-bit numbers with a
      fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration
      full-scale range.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)