The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_HTS221_ODR

Output data rate

Type: string

Help

Sensor output data rate expressed in samples per second. Data rates supported by the chip are 1, 7 and 12.5.

Direct dependencies

HTS221 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/hts221/Kconfig:53

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:68

Menu path: (top menu) → Device Drivers → Sensor Drivers → HTS221 temperature and humidity sensor

config HTS221_ODR
    string
    prompt "Output data rate" if HTS221 && SENSOR
    default "1" if HTS221 && SENSOR
    depends on HTS221 && SENSOR
    help
      Sensor output data rate expressed in samples per second.
      Data rates supported by the chip are 1, 7 and 12.5.

(Definitions include propagated dependencies, including from if’s and menus.)