:orphan: .. title:: TEMP_KINETIS_RESOLUTION .. option:: CONFIG_TEMP_KINETIS_RESOLUTION *ADC resolution* Type: ``int`` Help ==== ADC resolution to use for the temperature sensor and bandgap voltage readings. Direct dependencies =================== \ :option:`TEMP_KINETIS ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 16 if \ :option:`HAS_MCUX_ADC16 ` - 12 if \ :option:`HAS_MCUX_ADC12 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/nxp_kinetis_temp/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:191`` Menu path: (Top) → Device Drivers → Sensor Drivers → NXP Kinetis Temperature Sensor .. parsed-literal:: config TEMP_KINETIS_RESOLUTION int "ADC resolution" default 16 if \ :option:`HAS_MCUX_ADC16 ` default 12 if \ :option:`HAS_MCUX_ADC12 ` depends on \ :option:`TEMP_KINETIS ` && \ :option:`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.)*