low_level_init() is only used within LwIP_TCP_Echo_Server.
 
Symbols
loading...
Files
loading...

low_level_init() function

LL Driver Interface ( LwIP stack --> ETH) In this function, the hardware should be initialized. Called from ethernetif_init().

Syntax

static void low_level_init(struct netif *netif);

Arguments

netif

the already initialized lwip network interface structure for this ethernetif

References

LocationReferrerText
ethernetif.c:115
static void low_level_init(struct netif *netif)
ethernetif.c:297ethernetif_init()
low_level_init(netif);