-
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 ifs and menus.)
Default¶
100
Kconfig definition¶
At <Zephyr>/drivers/ethernet/Kconfig.enc28j60:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:20
→ <Zephyr>/drivers/ethernet/Kconfig:47
Menu path: (Top) → Device Drivers → Ethernet Drivers → ENC28J60C Ethernet Controller
config ETH_ENC28J60_TIMEOUT int "IP buffer timeout" default 100 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)