2d3493bff0
The ADC module has four conversion groups, each one is set up as a zephyr device. The start-up calibration is initiated globally for all groups and it is run in each device init function. The ADC module supports post calibration per group. Post calibration is run automatically after each group acquires the samples. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
# XMC4XXX ADC configuration options
|
|
|
|
# Copyright (c) 2022 Andriy Gelman <andriy.gelman@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ADC_XMC4XXX
|
|
bool "XMC4XXX ADC"
|
|
default y
|
|
depends on DT_HAS_INFINEON_XMC4XXX_ADC_ENABLED
|
|
help
|
|
Enable XMC4XXX adc driver.
|