-
CONFIG_NRF_SW_LPUART_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig.template.log_config:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:28
→ <nRF>/drivers/Kconfig:15
→ <nRF>/drivers/serial/Kconfig:56
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_LOG_LEVEL int default 0 ifNRF_SW_LPUART_LOG_LEVEL_OFF
default 1 ifNRF_SW_LPUART_LOG_LEVEL_ERR
default 2 ifNRF_SW_LPUART_LOG_LEVEL_WRN
default 3 ifNRF_SW_LPUART_LOG_LEVEL_INF
default 4 ifNRF_SW_LPUART_LOG_LEVEL_DBG
depends onLOG
&&NRF_SW_LPUART
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)