CONFIG_TMP112_FULL_SCALE_RUNTIME

Allow to set extended mode at runtime

Type: bool

Help

When set extended mode can be selected using tmp112_attr_set
with SENSOR_ATTR_FULL_SCALE and value to set either 128 or 150

Direct dependencies

SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Driver>/sensor/tmp112/Kconfig:16

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

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

config TMP112_FULL_SCALE_RUNTIME
    bool "Allow to set extended mode at runtime"
    default y
    depends on SENSOR
    help
      When set extended mode can be selected using tmp112_attr_set
      with SENSOR_ATTR_FULL_SCALE and value to set either 128 or 150

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