:orphan: .. title:: choice: BME280 sampling mode .. _choice_261: .. describe:: choice: BME280 sampling mode *BME280 sampling mode* Type: ``bool`` Help ==== .. code-block:: none Select sampling mode. In normal mode continuous measurements are performed, whereas in forced mode only single measurement is performed. Direct dependencies =================== \ :kconfig:`BME280 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BME280_MODE_NORMAL ` Choice options ============== - \ :kconfig:`BME280_MODE_NORMAL ` - \ :kconfig:`BME280_MODE_FORCED ` Kconfig definition ================== At ``/sensor/bme280/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:61`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor .. code-block:: kconfig choice bool "BME280 sampling mode" default BME280_MODE_NORMAL depends on BME280 && 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.)*