CONFIG_IIS2DLPC_PULSE_THSZ

Pulse Z-axis threshold

Type: hex

Help

Threshold to start the pulse-event detection procedure on the Z-axis. Threshold values for each axis are unsigned 5-bit corresponding to an 2g acceleration full-scale range.

Direct dependencies

IIS2DLPC_PULSE && IIS2DLPC_TRIGGER && IIS2DLPC && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • 0x0E

Kconfig definition

At <Zephyr>/drivers/sensor/iis2dlpc/Kconfig:106

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

Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2DLPC I2C/SPI accelerometer sensor driver → Pulse detection

config IIS2DLPC_PULSE_THSZ
    hex "Pulse Z-axis threshold"
    range 0 0x1F
    default 0x0E
    depends on IIS2DLPC_PULSE && IIS2DLPC_TRIGGER && IIS2DLPC && SENSOR
    help
      Threshold to start the pulse-event detection procedure on the Z-axis.
      Threshold values for each axis are unsigned 5-bit corresponding
      to an 2g acceleration full-scale range.

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