CONFIG_TEMP_KINETIS_FILTER
Enable digital filtering of ADC readings
Type: bool
Help
Enable weighted average digital filtering of the ADC
readings as per NXP AN3031.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Driver>/sensor/nxp_kinetis_temp/Kconfig:31
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:64
→ <Driver>/sensor/Kconfig:233
Menu path: (Top) → Device Drivers → Sensor Drivers → NXP Kinetis Temperature Sensor
config TEMP_KINETIS_FILTER
bool "Enable digital filtering of ADC readings"
depends on TEMP_KINETIS && SENSOR
help
Enable weighted average digital filtering of the ADC
readings as per NXP AN3031.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)