![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "lwip/opt.h"#include "lwip/sys.h"#include "lwip/def.h"#include "lwip/mem.h"#include "lwip/pbuf.h"#include "lwip/stats.h"#include "lwip/snmp.h"#include "netif/etharp.h"#include "netif/ppp_oe.h"#include "lpc_18xx43xx_emac_config.h"#include "lpc18xx_43xx_emac.h"#include "chip.h"#include "board.h"#include "lpc_phy.h"#include <string.h>Go to the source code of this file.
Data Structures | |
| struct | lpc_enetdata |
| Debug output formatter lock define When using FreeRTOS and with LWIP_DEBUG enabled, enabling this define will allow RX debug messages to not interleave with the TX messages (so they are actually readable). Not enabling this define when the system is under load will cause the output to be unreadable. There is a small tradeoff in performance for this so use it only for debug. More... | |
Functions | |
| void | msDelay (uint32_t ms) |
| Delay function. | |