-
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:49
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:53
→ <nRF>/drivers/Kconfig:15
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Low Power UART using REQ/RDY lines
config NRF_SW_LPUART_INT_DRIVEN
bool "Enable interrupt driven API"
select UART_INTERRUPT_DRIVEN
depends on NRF_SW_LPUART
help
If enabled, then asynchronous API cannot be used
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)