代码搜索:ETHERNET

找到约 10,000 项符合「ETHERNET」的源代码

代码结果 10,000
www.eeworm.com/read/182103/5266592

h ethernet.h

/* * Fundamental constants relating to ethernet. * * $Id: ethernet.h,v 1.2.2.1 2003/09/15 14:39:34 jennifer Exp $ * */ #ifndef _NET_ETHERNET_H_ #define _NET_ETHERNET_H_ #include
www.eeworm.com/read/178942/5311650

h ethernet.h

/**************************************************************************** * Copyright (C) 2001-2004 MITSUBISHI ELECTRIC CORPORATION and * RENESAS SOLUTIONS CORPORATION * All rights reserved. *
www.eeworm.com/read/178143/5318593

h ethernet.h

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/176733/5335349

_ia ethernet._ia

"..\..\src\driver\ethernet.a51" INCDIR(..\..\inc\;..\..\src\uip\;..\..\src\httpd;..\..\src\WebControl51\;..\..\src\WebControl51\ControlWeb\;..\..\src\WebControl51\httpcbk) SET (LARGE,BOOTP_TFTPCLIENT=
www.eeworm.com/read/175348/5347958

h ethernet.h

#ifndef __ETHERNET_H__ #define __ETHERNET_H__ #include "71x_lib.h" #define NET_BASE_ADDR 0x66400000 extern u16 local_eth_addr[3]; void NIC_Init(void); int NIC_RecvPack(u16 *buf); i
www.eeworm.com/read/175348/5348076

c ethernet.c

#include "Ethernet.h" #include "rccu.h" u16 local_eth_addr[3] = {0x4422, 0x8866, 0xCCAA}; void WriteToNet(u16 ADDR_16,u16 WRITEDATA) { (*((volatile unsigned short *) NET_BASE_ADDR+ADDR_1
www.eeworm.com/read/172252/5388851

mpf ethernet.mpf

[Library] std = $MODEL_TECH/../std ieee = $MODEL_TECH/../ieee verilog = $MODEL_TECH/../verilog vital2000 = $MODEL_TECH/../vital2000 std_developerskit = $MODEL_TECH/../std_developerskit synopsys = $MOD
www.eeworm.com/read/170239/5406046

c ethernet.c

/* ethernet.c: * This code supports most of the generic ethernet/IP/ARP/UDP stuff. * * General notice: * This code is part of a boot-monitor package developed as a generic base * platform for
www.eeworm.com/read/166145/5476042

h ethernet.h

#ifndef __INTERNET_ETHERNET_H__ #define __INTERNET_ETHERNET_H__ #include "..\inc\def.h" #define Ethernet_Reg00 (*(volatile unsigned short int*)0x0a000600) #define Ethernet_Reg01 (*(volatile
www.eeworm.com/read/348839/3149842

h ethernet.h

//========================================================================== // // include/net/ethernet.h // //========================================================================== //##