CONFIG_TMP112_SAMPLING_FREQUENCY_RUNTIME

Allow to set conversion rate at runtime

Type: bool

Help

When set conversion rate can be set at runtime using sensor_attr_set
with SENSOR_ATTR_SAMPLING_FREQUENCY

Direct dependencies

SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/sensor/tmp112/Kconfig:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/sensor/Kconfig:225

Menu path: (Top) → Device Drivers → Sensor Drivers

config TMP112_SAMPLING_FREQUENCY_RUNTIME
    bool "Allow to set conversion rate at runtime"
    default y
    depends on SENSOR
    help
      When set conversion rate can be set at runtime using sensor_attr_set
      with SENSOR_ATTR_SAMPLING_FREQUENCY

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)