-
CONFIG_TEMP_KINETIS_OVERSAMPLING
¶
ADC oversampling
Type: int
Help¶
ADC oversampling to use for the temperature sensor and
bandgap voltage readings. Oversampling can help in providing
more stable readings.
Default¶
0
Kconfig definition¶
At <Zephyr>/drivers/sensor/nxp_kinetis_temp/Kconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:207
Menu path: (Top) → Device Drivers → Sensor Drivers → NXP Kinetis Temperature Sensor
config TEMP_KINETIS_OVERSAMPLING
int "ADC oversampling"
range 0 5
default 0
depends on TEMP_KINETIS && SENSOR
help
ADC oversampling to use for the temperature sensor and
bandgap voltage readings. Oversampling can help in providing
more stable readings.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)