:orphan: .. title:: choice: Measurements per second .. _choice_286: .. describe:: choice: Measurements per second *Measurements per second* Type: ``bool`` Help ==== Number of measurements per second. Direct dependencies =================== \ :option:`SHT3XD_PERIODIC_MODE ` && \ :option:`SHT3XD ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SHT3XD_MPS_1 ` Choice options ============== - \ :option:`SHT3XD_MPS_05 ` - \ :option:`SHT3XD_MPS_1 ` - \ :option:`SHT3XD_MPS_2 ` - \ :option:`SHT3XD_MPS_4 ` - \ :option:`SHT3XD_MPS_10 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/sht3xd/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:165`` Menu path: (Top) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor .. parsed-literal:: choice bool "Measurements per second" default \ :option:`SHT3XD_MPS_1 ` depends on \ :option:`SHT3XD_PERIODIC_MODE ` && \ :option:`SHT3XD ` && \ :option:`SENSOR ` help Number of measurements per second. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*