CONFIG_TEMP_KINETIS_RESOLUTION¶
ADC resolution
Type: int
Help¶
ADC resolution to use for the temperature sensor and bandgap
voltage readings.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
16 if
HAS_MCUX_ADC16
12 if
HAS_MCUX_ADC12
Kconfig definition¶
At drivers/sensor/nxp_kinetis_temp/Kconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:64
→ drivers/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.)