:orphan: .. title:: CONFIG_STTS751_SAMPLING_RATE .. kconfig:: CONFIG_STTS751_SAMPLING_RATE CONFIG_STTS751_SAMPLING_RATE ############################ *Output data rate* Type: ``int`` Help ==== .. code-block:: none Sensor output data rate expressed in conversions per second. Data rates supported by the chip are: 0: 1 conv every 16 sec 1: 1 conv every 8 sec 2: 1 conv every 4 sec 3: 1 conv every 2 sec 4: 1 conv every sec 5: 2 convs every sec 6: 4 convs every sec 7: 8 convs every sec 8: 16 convs every sec 9: 32 convs every sec Direct dependencies =================== \ :kconfig:`STTS751 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/sensor/stts751/Kconfig:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:209`` Menu path: (Top) → Device Drivers → Sensor Drivers → STTS751 temperature sensor → Attributes .. code-block:: kconfig config STTS751_SAMPLING_RATE int "Output data rate" range 0 9 default 4 depends on STTS751 && SENSOR help Sensor output data rate expressed in conversions per second. Data rates supported by the chip are: 0: 1 conv every 16 sec 1: 1 conv every 8 sec 2: 1 conv every 4 sec 3: 1 conv every 2 sec 4: 1 conv every sec 5: 2 convs every sec 6: 4 convs every sec 7: 8 convs every sec 8: 16 convs every sec 9: 32 convs every sec *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*