CONFIG_LPADC_DO_OFFSET_CALIBRATION¶
Do offset calibration
Type: bool
Help¶
Do offset calibration
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/adc/Kconfig.mcux:83
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:50 → <Zephyr Driver>/adc/Kconfig:43
Menu path: (Top) → Device Drivers → ADC drivers
config LPADC_DO_OFFSET_CALIBRATION
    bool "Do offset calibration"
    depends on ADC_MCUX_LPADC && ADC
    help
      Do offset calibration
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)