代码搜索结果

找到约 10,000 项符合 Ethernet 的代码

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

ethernet.h

/**************************************************************************** * Copyright (C) 2001-2004 MITSUBISHI ELECTRIC CORPORATION and * RENESAS SOLUTIONS CORPORATION * All rights reserved. *

ethernet.h

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **

ethernet._ia

"..\..\src\driver\ethernet.a51" INCDIR(..\..\inc\;..\..\src\uip\;..\..\src\httpd;..\..\src\WebControl51\;..\..\src\WebControl51\ControlWeb\;..\..\src\WebControl51\httpcbk) SET (LARGE,BOOTP_TFTPCLIENT=

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

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

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

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

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

ethernet.h

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