28#ifndef __ETHERNETIF_H__
29#define __ETHERNETIF_H__
32#include "lwip/netif.h"
41 osSemaphoreId semaphore;
53void ethernetif_update_config(
struct netif *netif);
u32_t sys_now(void)
Returns the current time in milliseconds when LWIP_TIMERS == 1 and NO_SYS == 1.
void ethernetif_notify_conn_changed(struct netif *netif)
Function called on ethernet interface link change.
err_t ethernetif_init(struct netif *netif)
void ethernetif_set_link(void *argument)
This function sets the netif link status.
void ethernetif_input(void *argument)
u32_t sys_jiffies(void)
Returns the current time in milliseconds when LWIP_TIMERS == 1 and NO_SYS == 1.
Structure that include link thread parameters.