choice: High-Pass Filter corner frequency

High-Pass Filter corner frequency

Type: bool

Help

The ADXL372 offers a one-pole, high-pass filter with a user selectable −3 dB frequency. Applications that do not require dc acceleration measurements can use the high-pass filter to minimize constant or slow varying offset errors including initial bias, bias drift due to temperature, and bias drift due to supply voltage

Direct dependencies

ADXL372 && SENSOR

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

Kconfig definition

At drivers/sensor/adxl372/Kconfig:196

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:42

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

choice
    bool
    prompt "High-Pass Filter corner frequency" if ADXL372 && SENSOR
    default ADXL372_HPF_CORNER0 if ADXL372 && SENSOR
    depends on ADXL372 && SENSOR
    help
      The ADXL372 offers a one-pole, high-pass filter with a user
      selectable −3 dB frequency. Applications that do not require dc
      acceleration measurements can use the high-pass filter to minimize
      constant or slow varying offset errors including initial bias,
      bias drift due to temperature, and bias drift due to supply voltage

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