The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_ADXL372_PEAK_DETECT_MODE

Max Peak detect mode

Type: bool

Help

In most high-g applications, a single (3-axis) acceleration sample at the peak of an impact event contains sufficient information about the event, and the full acceleration history is not required. In this mode the device returns only the over threshold Peak Acceleration between two consecutive sample fetches.

Direct dependencies

<choice: Operating mode>

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

Kconfig definition

At drivers/sensor/adxl372/Kconfig:35

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer → Operating mode

config ADXL372_PEAK_DETECT_MODE
    bool
    prompt "Max Peak detect mode" if <choice: Operating mode>
    depends on <choice: Operating mode>
    help
      In most high-g applications, a single (3-axis) acceleration sample at
      the peak of an impact event contains sufficient information
      about the event, and the full acceleration history is not required.
      In this mode the device returns only the over threshold
      Peak Acceleration between two consecutive sample fetches.

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