TuyaOS
宏定义 | 函数
lwip_init.h 文件参考

LWIP初始化封装 更多...

#include "lwip/tcpip.h"
#include "lwip/init.h"
#include "lwip/err.h"
lwip_init.h 的引用(Include)关系图:

浏览源代码.

宏定义

#define AP_GW_ADDR0   192
 
#define AP_GW_ADDR1   168
 
#define AP_GW_ADDR2   175
 
#define AP_GW_ADDR3   1
 
#define AP_IP_ADDR0   192
 
#define AP_IP_ADDR1   168
 
#define AP_IP_ADDR2   175
 
#define AP_IP_ADDR3   1
 
#define AP_NETMASK_ADDR0   255
 
#define AP_NETMASK_ADDR1   255
 
#define AP_NETMASK_ADDR2   255
 
#define AP_NETMASK_ADDR3   0
 
#define ETH_GW_ADDR0   192
 
#define ETH_GW_ADDR1   168
 
#define ETH_GW_ADDR2   0
 
#define ETH_GW_ADDR3   1
 
#define ETH_IP_ADDR0   192
 
#define ETH_IP_ADDR1   168
 
#define ETH_IP_ADDR2   0
 
#define ETH_IP_ADDR3   80
 
#define ETH_NETMASK_ADDR0   255
 
#define ETH_NETMASK_ADDR1   255
 
#define ETH_NETMASK_ADDR2   255
 
#define ETH_NETMASK_ADDR3   0
 
#define GW_ADDR0   192
 
#define GW_ADDR1   168
 
#define GW_ADDR2   1
 
#define GW_ADDR3   1
 
#define IP_ADDR0   192
 
#define IP_ADDR1   168
 
#define IP_ADDR2   1
 
#define IP_ADDR3   80
 
#define NETMASK_ADDR0   255
 
#define NETMASK_ADDR1   255
 
#define NETMASK_ADDR2   255
 
#define NETMASK_ADDR3   0
 

函数

void TUYA_LwIP_Init (void)
 tuya lwip init 更多...
 

详细描述

LWIP初始化封装

函数说明

◆ TUYA_LwIP_Init()

void TUYA_LwIP_Init ( void  )

tuya lwip init

参数
void
返回
void