⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pktif.h

📁 picoos源码。The RTOS and the TCP/IP stack will be built automatically.
💻 H
字号:

#ifndef _PKTIF_H
#define _PKTIF_H


/* This function initializes the software interface part
 * of the NIC driver.
 * Before this function can be called, you must also
 * call pktdrv_start() from pkdrv.h.
 */
extern err_t pktif_init(struct netif *netif);


#endif /* _PKTIF_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -