-
CONFIG_ADC_ASYNC
¶
Enable asynchronous call support
Type: bool
Help¶
This option enables the asynchronous API calls.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/adc/Kconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:48
Menu path: (top menu) → Device Drivers → ADC drivers
config ADC_ASYNC bool prompt "Enable asynchronous call support" ifADC
selectPOLL
ifADC
depends onADC
help This option enables the asynchronous API calls.
(Definitions include propagated dependencies, including from if’s and menus.)