代码搜索:ETHERNET
找到约 10,000 项符合「ETHERNET」的源代码
代码结果 10,000
www.eeworm.com/read/323728/13324943
h ethernet.h
#ifndef _ethernet_H_
#define _ethernet_H_
typedef unsigned int regaddress;
#define BUFLENTH 768
#define TIME_OUT 0x10000000
#define SMC_BASE_ADDRESS 0x2000000
#define reg10
www.eeworm.com/read/323706/13325715
c ethernet.c
//********************************************************************************************
//
// File : ethernet.c implement for Ethernet Protocol
//
//****************************************
www.eeworm.com/read/323706/13325755
o ethernet.o
www.eeworm.com/read/323706/13325852
h ethernet.h
//********************************************************************************************
//
// File : ethernet.h implement for Ethernet Protocol
//
//****************************************
www.eeworm.com/read/137220/13339824
class ethernet.class
www.eeworm.com/read/321528/13403539
o ethernet.o
www.eeworm.com/read/321528/13403568
o ethernet.o
www.eeworm.com/read/321526/13403600
c ethernet.c
#define ETHERNET_GLOBALS
#include "config.h"
#include "../include/cfg_net.h"
uint8 My_Ip_1ID[4]=MY_IP_1ID;
uint8 My_Gateway_1ID[4]=MY_GATEWAY_1ID;
uint8 MY_IP_MARK_1ID[4]=IP_MARK_1ID;
uint8 MY
www.eeworm.com/read/321526/13403606
h ethernet.h
#ifdef ETHERNET_GLOBALS
#define ETHERNET_EXT
#else
#define ETHERNET_EXT extern
#endif
#define IP_PACKED 0x01
#define ARP_PACKED 0x02
#define MAX_NET_PORT 0x01
typedef struct {
www.eeworm.com/read/319237/13457358