The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ADC_EMUL_ACQUISITION_THREAD_PRIO

Priority for the ADC data acquisition thread

Type: int

Help

Priority level for the internal ADC data acquisition thread.

Direct dependencies

ADC_EMUL && ADC

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At drivers/adc/Kconfig.adc_emul:21

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:50drivers/adc/Kconfig:63

Menu path: (Top) → Device Drivers → ADC drivers → ADC emulator

config ADC_EMUL_ACQUISITION_THREAD_PRIO
    int "Priority for the ADC data acquisition thread"
    default 0
    depends on ADC_EMUL && ADC
    help
      Priority level for the internal ADC data acquisition thread.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)