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 <Zephyr>/drivers/sensor/nxp_kinetis_temp/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:233
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.)