The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_UART_3_ENHANCED_POLL_OUT

Efficient poll out on port 3

Type: bool

Help

When enabled, polling out does not trigger interrupt which stops TX.
Feature uses a PPI channel.

Direct dependencies

UART_3_NRF_UARTE && UART_NRFX && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/serial/Kconfig.nrfx:286

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:116

Menu path: (Top) → Device Drivers → Serial Drivers → nRF UART nrfx drivers

config UART_3_ENHANCED_POLL_OUT
    bool "Efficient poll out on port 3"
    default y
    depends on UART_3_NRF_UARTE && UART_NRFX && SERIAL
    help
      When enabled, polling out does not trigger interrupt which stops TX.
      Feature uses a PPI channel.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)