-
CONFIG_ETH_ENC28J60_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
&& NET_L2_ETHERNET
(Includes any dependencies from if’s and menus.)
Defaults¶
- 100 if
ETH_ENC28J60
&&NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig.enc28j60:32
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
→ drivers/ethernet/Kconfig:27
Menu path: (top menu) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller
config ETH_ENC28J60_TIMEOUT int prompt "IP buffer timeout" ifETH_ENC28J60
&&NET_L2_ETHERNET
default 100 ifETH_ENC28J60
&&NET_L2_ETHERNET
depends onETH_ENC28J60
&&NET_L2_ETHERNET
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.)