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