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
Default¶
y
Kconfig definition¶
At drivers/sensor/tmp112/Kconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:64
→ drivers/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.)