:orphan: .. title:: choice: High-Pass Filter corner frequency .. _choice_195: .. describe:: 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 =================== \ :option:`ADXL372 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ADXL372_HPF_CORNER0 ` Choice options ============== - \ :option:`ADXL372_HPF_DISABLE ` - \ :option:`ADXL372_HPF_CORNER0 ` - \ :option:`ADXL372_HPF_CORNER1 ` - \ :option:`ADXL372_HPF_CORNER2 ` - \ :option:`ADXL372_HPF_CORNER3 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/adxl372/Kconfig:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer .. parsed-literal:: choice bool "High-Pass Filter corner frequency" default \ :option:`ADXL372_HPF_CORNER0 ` depends on \ :option:`ADXL372 ` && \ :option:`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.)*