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