WebRadioApp  0.1
ethernetif.h File Reference

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"
Include dependency graph for ethernetif.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Initialization code for LWIP middleWare. (partially based on examples that are provided within the STM32 cube firmware)

Author
Kevin Bello (k.bel.nosp@m.lo@t.nosp@m.um.de)
Version
0.1
Date
2021-04-17