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

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 drivers/sensor/tmp112/Kconfig:16

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/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.)