CONFIG_ADC_MCP320X_ACQUISITION_THREAD_PRIO¶
Priority for the ADC data acquisition thread
Type: int
Help¶
Priority level for the internal ADC data acquisition thread.
Default¶
- 0 
Kconfig definition¶
At <Zephyr Driver>/adc/Kconfig.mcp320x:30
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:50 → <Zephyr Driver>/adc/Kconfig:57
Menu path: (Top) → Device Drivers → ADC drivers → MCP3204/MCP3208 driver
config ADC_MCP320X_ACQUISITION_THREAD_PRIO
    int "Priority for the ADC data acquisition thread"
    default 0
    depends on ADC_MCP320X && ADC
    help
      Priority level for the internal ADC data acquisition thread.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)