WILC Network Interface Driver for lwIP.
Copyright (c) 2016-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
err_t | ethernetif_init (struct netif *netif) |
Should be called at the beginning of the program to set up the network interface. More... | |
void | ethernetif_input (void *pv_parameters) |
Should be called at the beginning of the program to set up the network interface.
It calls the function gmac_low_level_init() to do the actual setup of the hardware.
netif | the lwIP network interface structure for this ethernetif. |
Referenced by ethernet_configure_interface().
void ethernetif_input | ( | void * | pv_parameters | ) |
Referenced by ethernet_task(), and gmac_task().