CONFIG_NET_PPP_ASYNC_UART_RX_RECOVERY_TIMEOUT

UART RX recovery timeout in milliseconds

Type: int

Help

The time that UART RX is in disabled state in case
when we cannot receive more data from UART.

Direct dependencies

NET_PPP_ASYNC_UART && NET_PPP && NET_DRIVERS

(Includes any dependencies from ifs and menus.)

Default

  • 200

Kconfig definition

At <Zephyr>/drivers/net/Kconfig:106

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:24

Menu path: (Top) → Device Drivers → Network Drivers → Point-to-point (PPP) UART based driver

config NET_PPP_ASYNC_UART_RX_RECOVERY_TIMEOUT
    int "UART RX recovery timeout in milliseconds"
    default 200
    depends on NET_PPP_ASYNC_UART && NET_PPP && NET_DRIVERS
    help
      The time that UART RX is in disabled state in case
      when we cannot receive more data from UART.

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