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
44#ifndef CONFIG_LPC1768_ETH_PHY_TIMEOUT_MS
45# define CONFIG_LPC1768_ETH_PHY_TIMEOUT_MS 1U
51#ifndef CONFIG_LPC1768_ETH_RX_BUF_NUMOF
52# define CONFIG_LPC1768_ETH_RX_BUF_NUMOF 4U
56 "At least one receive buffer is required");
61#ifndef CONFIG_LPC1768_ETH_TX_BUF_NUMOF
62# define CONFIG_LPC1768_ETH_TX_BUF_NUMOF 4U
66 "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.