Lines Matching +full:adc +full:- +full:config
2 # SPDX-License-Identifier: Apache-2.0
4 config ADC_EMUL
5 bool "ADC emulator"
9 Enable the ADC emulator driver. This is a fake driver in that it
10 does not talk to real hardware. It pretends to be actual ADC. It
11 is used for testing higher-level API for ADC devices.
15 config ADC_EMUL_ACQUISITION_THREAD_STACK_SIZE
16 int "Stack size for the ADC data acquisition thread"
21 emulated ADC require a lot of memory.
23 config ADC_EMUL_ACQUISITION_THREAD_PRIO
24 int "Priority for the ADC data acquisition thread"
27 Priority level for the internal ADC data acquisition thread.