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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
0
Kconfig definition
At <Zephyr>/drivers/sensor/nxp_kinetis_temp/Kconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:233
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.)