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 <Zephyr>/drivers/sensor/nxp_kinetis_temp/Kconfig:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:189

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.)