:orphan: .. title:: choice: BME280 sampling mode .. _choice_207: .. describe:: choice: BME280 sampling mode *BME280 sampling mode* Type: ``bool`` Help ==== Select sampling mode. In normal mode continuous measurements are performed, whereas in forced mode only single measurement is performed. Direct dependencies =================== \ :option:`BME280 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BME280_MODE_NORMAL ` Choice options ============== - \ :option:`BME280_MODE_NORMAL ` - \ :option:`BME280_MODE_FORCED ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bme280/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:61`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor .. parsed-literal:: choice bool "BME280 sampling mode" default \ :option:`BME280_MODE_NORMAL ` depends on \ :option:`BME280 ` && \ :option:`SENSOR ` help Select sampling mode. In normal mode continuous measurements are performed, whereas in forced mode only single measurement is performed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*