27#ifndef CONFIG_LPC1768_ETH_AN_TIMEOUT_MS
28# define CONFIG_LPC1768_ETH_AN_TIMEOUT_MS 5000U
34#ifndef CONFIG_LPC1768_ETH_LINK_POLL_MS
35# define CONFIG_LPC1768_ETH_LINK_POLL_MS 1000U
41#ifndef CONFIG_LPC1768_ETH_PHY_TIMEOUT_US
42# define CONFIG_LPC1768_ETH_PHY_TIMEOUT_US 1000U
48#ifndef CONFIG_LPC1768_ETH_RX_BUF_NUMOF
49# define CONFIG_LPC1768_ETH_RX_BUF_NUMOF 4U
53 "At least one receive buffer is required");
58#ifndef CONFIG_LPC1768_ETH_TX_BUF_NUMOF
59# define CONFIG_LPC1768_ETH_TX_BUF_NUMOF 4U
63 "At least one transmit buffer is required");
POSIX.1-2008 compliant version of the assert macro.
#define CONFIG_LPC1768_ETH_TX_BUF_NUMOF
Number of transmit buffers.
#define CONFIG_LPC1768_ETH_RX_BUF_NUMOF
Number of receive buffers.