:orphan: .. title:: CONFIG_UART_3_NRF_ASYNC_LOW_POWER .. kconfig:: CONFIG_UART_3_NRF_ASYNC_LOW_POWER CONFIG_UART_3_NRF_ASYNC_LOW_POWER ################################# *Low power mode* Type: ``bool`` Help ==== .. code-block:: none When enabled, UARTE is enabled before each TX or RX usage and disabled when not used. Disabling UARTE while in idle allows to achieve lowest power consumption. It is only feasible if receiver is not always on. Direct dependencies =================== \ :kconfig:`UART_ASYNC_API ` && \ :kconfig:`UART_3_NRF_UARTE ` && \ :kconfig:`UART_NRFX ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig.nrfx:316`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:116`` Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers .. code-block:: kconfig config UART_3_NRF_ASYNC_LOW_POWER bool "Low power mode" depends on UART_ASYNC_API && UART_3_NRF_UARTE && UART_NRFX && SERIAL help When enabled, UARTE is enabled before each TX or RX usage and disabled when not used. Disabling UARTE while in idle allows to achieve lowest power consumption. It is only feasible if receiver is not always on. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*