ethernetif.h
来自「uCOSII_lwip_lpc1768」· C头文件 代码 · 共 15 行
H
15 行
#ifndef __ETHERNETIF_H__
#define __ETHERNETIF_H__
#include "err.h"
#include "netif.h"
err_t ethernetif_init(struct netif *netif);
err_t ethernetif_input(struct netif *netif);
struct netif *ethernetif_register(void);
int ethernetif_poll(void);
void Set_MAC_Address(unsigned char* macadd);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?