Initialization code for LWIP middleWare. (partially based on examples that are provided within the STM32 cube firmware) More...
#include "lwip/err.h"
#include "lwip/netif.h"
Go to the source code of this file.
Functions | |
err_t | ethernetif_init (struct netif *netif) |
void | ethernetif_input (struct netif *netif) |
void | ethernet_link_check_state (struct netif *netif) |
Check the ETH link state then update ETH driver and netif link accordingly. More... | |
u32_t | sys_jiffies (void) |
Returns the current time in milliseconds when LWIP_TIMERS == 1 and NO_SYS == 1. More... | |
u32_t | sys_now (void) |
Returns the current time in milliseconds when LWIP_TIMERS == 1 and NO_SYS == 1. More... | |
Initialization code for LWIP middleWare. (partially based on examples that are provided within the STM32 cube firmware)