Loading...
Searching...
No Matches
config.h File Reference

LPC1768 default configuration. More...

Detailed Description

LPC1768 default configuration.

Author
Bas Stottelaar basst.nosp@m.otte.nosp@m.laar@.nosp@m.gmai.nosp@m.l.com

Definition in file config.h.

#include <assert.h>
+ Include dependency graph for config.h:

Go to the source code of this file.

#define CONFIG_LPC1768_ETH_AN_TIMEOUT_MS   5000U
 Timeout for PHY auto-negotiation completion, in milliseconds.
 
#define CONFIG_LPC1768_ETH_LINK_POLL_MS   1000U
 Poll interval for checking the link state, in milliseconds.
 
#define CONFIG_LPC1768_ETH_PHY_TIMEOUT_US   1000U
 Timeout for PHY operations, in microseconds.
 
#define CONFIG_LPC1768_ETH_RX_BUF_NUMOF   4U
 Number of receive buffers.
 
#define CONFIG_LPC1768_ETH_TX_BUF_NUMOF   4U
 Number of transmit buffers.
 

Macro Definition Documentation

◆ CONFIG_LPC1768_ETH_AN_TIMEOUT_MS

#define CONFIG_LPC1768_ETH_AN_TIMEOUT_MS   5000U

Timeout for PHY auto-negotiation completion, in milliseconds.

Definition at line 28 of file config.h.

◆ CONFIG_LPC1768_ETH_LINK_POLL_MS

#define CONFIG_LPC1768_ETH_LINK_POLL_MS   1000U

Poll interval for checking the link state, in milliseconds.

Definition at line 35 of file config.h.

◆ CONFIG_LPC1768_ETH_PHY_TIMEOUT_US

#define CONFIG_LPC1768_ETH_PHY_TIMEOUT_US   1000U

Timeout for PHY operations, in microseconds.

Definition at line 42 of file config.h.

◆ CONFIG_LPC1768_ETH_RX_BUF_NUMOF

#define CONFIG_LPC1768_ETH_RX_BUF_NUMOF   4U

Number of receive buffers.

Definition at line 49 of file config.h.

◆ CONFIG_LPC1768_ETH_TX_BUF_NUMOF

#define CONFIG_LPC1768_ETH_TX_BUF_NUMOF   4U

Number of transmit buffers.

Definition at line 59 of file config.h.