:orphan: .. title:: choice: BME680 gas sensor's heating duration in milliseconds .. _choice_218: .. describe:: choice: BME680 gas sensor's heating duration in milliseconds *BME680 gas sensor's heating duration in milliseconds* Type: ``bool`` Help ==== Select the gas sensor's heating duration for the BME680 sensor. Direct dependencies =================== \ :option:`BME680 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BME680_HEATR_DUR_LP ` Choice options ============== - \ :option:`BME680_HEATR_DUR_LP ` - \ :option:`BME680_HEATR_DUR_ULP ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bme680/Kconfig:102`` 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 gas sensor's heating duration in milliseconds" default \ :option:`BME680_HEATR_DUR_LP ` depends on \ :option:`BME680 ` && \ :option:`SENSOR ` help Select the gas sensor's heating duration for the BME680 sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*