-
CONFIG_ADC_DW_CALIBRATION
¶
Enable Calibration
Type: bool
Help¶
Enables ADC to run with a calibrated output at the expense of execution speed when exiting low power states. If disabled, the ADC will require the application/system-integrator to provide a calibration method.
Kconfig definition¶
At drivers/adc/Kconfig.dw:19
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:48
→ drivers/adc/Kconfig:87
Menu path: (top menu) → Device Drivers → ADC drivers → ARC Designware Driver
config ADC_DW_CALIBRATION bool prompt "Enable Calibration" ifADC_DW
&&ADC
default "y" ifADC_DW
&&ADC
depends onADC_DW
&&ADC
help Enables ADC to run with a calibrated output at the expense of execution speed when exiting low power states. If disabled, the ADC will require the application/system-integrator to provide a calibration method.
(Definitions include propagated dependencies, including from if’s and menus.)