The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_TEMP_KINETIS_RESOLUTION

ADC resolution

Type: int

Help

ADC resolution to use for the temperature sensor and bandgap
voltage readings.

Direct dependencies

TEMP_KINETIS && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At drivers/sensor/nxp_kinetis_temp/Kconfig:14

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:225

Menu path: (Top) → Device Drivers → Sensor Drivers → NXP Kinetis Temperature Sensor

config TEMP_KINETIS_RESOLUTION
    int "ADC resolution"
    default 16 if HAS_MCUX_ADC16
    default 12 if HAS_MCUX_ADC12
    depends on TEMP_KINETIS && SENSOR
    help
      ADC resolution to use for the temperature sensor and bandgap
      voltage readings.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)