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

TEMP_KINETIS && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/nxp_kinetis_temp/Kconfig:31

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:62drivers/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 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.)