代码搜索:ETHERNET

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

代码结果 10,000
www.eeworm.com/read/445281/7596905

h ethernet.h

#ifndef _ETHERNET_H // 防止Ethernet.h被重复引用 #define _ETHERNET_H #include // 引用标准库的头文件 #include #include #define uchar unsigned char //无符号字符型 #defi
www.eeworm.com/read/445281/7596908

lst ethernet.lst

C51 COMPILER V7.02b ETHERNET 12/10/2005 21:31:08 PAGE 1 C51 COMPILER V7.02b, COMPILATION OF MODULE ETHERNET OBJECT MODULE PLACED
www.eeworm.com/read/445281/7596912

obj ethernet.obj

www.eeworm.com/read/445281/7596916

c ethernet.c

#include "Ethernet.h" /* 主函数 */ void main(void) { delay(1000); // 延时1s,保证电源稳定和网卡自身的上电完成 NICRst(); // RTL8019AS热复位 ClearISR(); // 清除ISR寄存器 RTL8019Init(); // 初始化RTL8019A
www.eeworm.com/read/443807/7623040

c ethernet.c

#define ETHERNET_GLOBALS #include "config.h" #include "../include/cfg_net.h" /************** first Net Port Config **************************/ //#define SOURCEMAC {0x00,0x14,0x97,0x0f,0x17,0xc
www.eeworm.com/read/443807/7623059

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/443807/7623075

o ethernet.o

www.eeworm.com/read/443807/7623098

o ethernet.o

www.eeworm.com/read/443411/7633387

h ethernet.h

//#include //#include //#include #define reg00 XBYTE[0xFF00] //reg00- 10为isa网卡接口的寄存器地址300-310; #define reg01 XBYTE[0xFF01] #define reg02 XBYTE[0xFF02]
www.eeworm.com/read/443248/7635572

h ethernet.h

/********************************************************************************************* * File: ETHERNET.H * Author: embest * Desc: Ethernet control define and RTL8019as register descriptio