-
CONFIG_NRF_SW_LPUART_INT_DRIVEN
¶
Enable interrupt driven API
Type: bool
Help¶
If enabled, then asynchronous API cannot be used
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/drivers/serial/Kconfig:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:27
→ <nRF>/drivers/Kconfig:14
Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → Low Power UART using REQ/RDY lines
config NRF_SW_LPUART_INT_DRIVEN bool "Enable interrupt driven API" selectUART_INTERRUPT_DRIVEN
depends onNRF_SW_LPUART
help If enabled, then asynchronous API cannot be used
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)