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