Prusa MINI Firmware overview
|
Go to the documentation of this file.
50 #ifndef __ETHERNETIF_H__
51 #define __ETHERNETIF_H__
err_t ethernetif_init(struct netif *netif)
Definition: ethernetif.c:560
void ethernetif_update_config(struct netif *netif)
void ethernetif_notify_conn_changed(struct netif *netif)
u32_t sys_jiffies(void)
Returns the current time in milliseconds when LWIP_TIMERS == 1 and NO_SYS == 1.
Definition: ethernetif.c:606
uint32_t u32_t
Definition: arch.h:123
u32_t sys_now(void)
Returns the current time in milliseconds when LWIP_TIMERS == 1 and NO_SYS == 1.
Definition: ethernetif.c:616
s8_t err_t
Definition: err.h:57
void ethernetif_input(void const *argument)
Definition: ethernetif.c:511
Header of cmsis_os.c A new set of APIs are added in addition to existing ones, these APIs are specifi...