-
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 drivers/sensor/nxp_kinetis_temp/Kconfig:31
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:191
Menu path: (Top) → Device Drivers → Sensor Drivers → NXP Kinetis Temperature Sensor
config TEMP_KINETIS_FILTER bool "Enable digital filtering of ADC readings" depends onTEMP_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.)