:orphan: .. title:: choice: High-Pass Filter corner frequency .. _choice_334: .. describe:: choice: High-Pass Filter corner frequency *High-Pass Filter corner frequency* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ADXL372 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`ADXL372_HPF_CORNER0 ` Choice options ============== - \ :kconfig:`ADXL372_HPF_DISABLE ` - \ :kconfig:`ADXL372_HPF_CORNER0 ` - \ :kconfig:`ADXL372_HPF_CORNER1 ` - \ :kconfig:`ADXL372_HPF_CORNER2 ` - \ :kconfig:`ADXL372_HPF_CORNER3 ` Kconfig definition ================== At ``/sensor/adxl372/Kconfig:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer .. code-block:: kconfig choice bool "High-Pass Filter corner frequency" default ADXL372_HPF_CORNER0 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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*