:orphan: .. title:: choice: BME680 IIR low-pass filter coefficient .. _choice_355: .. describe:: choice: BME680 IIR low-pass filter coefficient *BME680 IIR low-pass filter coefficient* Type: ``bool`` Help ==== .. code-block:: none Select the filter coefficient for the BME680 sensor. Direct dependencies =================== \ :kconfig:`BME680 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BME680_FILTER_OFF ` Choice options ============== - \ :kconfig:`BME680_FILTER_OFF ` - \ :kconfig:`BME680_FILTER_2 ` - \ :kconfig:`BME680_FILTER_4 ` - \ :kconfig:`BME680_FILTER_8 ` - \ :kconfig:`BME680_FILTER_16 ` - \ :kconfig:`BME680_FILTER_32 ` - \ :kconfig:`BME680_FILTER_64 ` - \ :kconfig:`BME680_FILTER_128 ` Kconfig definition ================== At ``/sensor/bme680/Kconfig:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:63`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME680 sensor .. code-block:: kconfig choice bool "BME680 IIR low-pass filter coefficient" default BME680_FILTER_OFF depends on BME680 && SENSOR help Select the filter coefficient for the BME680 sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*