CONFIG_ETH_EN28J60_TIMEOUT

IP buffer timeout

Type: int

Help

Given timeout in milliseconds. Maximum amount of time that the driver will wait from the IP stack to get a memory buffer before the Ethernet frame is dropped.

Direct dependencies

ETH_ENC28J60

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/ethernet/Kconfig.enc28j60:33

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:18drivers/ethernet/Kconfig:35

Menu path: (top menu) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller

config ETH_EN28J60_TIMEOUT
    int
    prompt "IP buffer timeout" if ETH_ENC28J60
    default 100 if ETH_ENC28J60
    depends on ETH_ENC28J60
    help
      Given timeout in milliseconds. Maximum amount of time
      that the driver will wait from the IP stack to get
      a memory buffer before the Ethernet frame is dropped.

(Definitions include propagated dependencies, including from if’s and menus.)