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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr Driver>/sensor/nxp_kinetis_temp/Kconfig:31
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:64
→ <Zephyr Driver>/sensor/Kconfig:225
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.)