netconf.h
来自「LWIP在STM32裸机上的移植」· C头文件 代码 · 共 30 行
H
30 行
/**
******************************************************************************
* @file netconf.h
* @author MCD Application Team
* @version V1.0.0
* @date 11/20/2009
* @brief This file contains all the functions prototypes for the netconf.c
* file.
*****************************************************************************/
#ifndef __NETCONF_H
#define __NETCONF_H
#include "stm32f10x.h"
#ifdef __cplusplus
extern "C" {
#endif
void LwIP_Init(void);
void LwIP_Pkt_Handle(void);
void LwIP_Periodic_Handle(__IO uint32_t localtime);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?