代码搜索结果

找到约 15,197 项符合 Ethernet 的代码

ethernet.h

#ifndef _ETHERNET_H // 防止Ethernet.h被重复引用 #define _ETHERNET_H #include // 引用标准库的头文件 #include #include #define uchar unsigned char #define uint u

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

ethernetpro.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, File 1,5,

ethernetpro.lnp

"Ethernet.obj" TO "EthernetPro" RAMSIZE(256)

ethernet.c

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

ax88796conf.h

/*! \file ax88796conf.h \brief ASIX AX88796 Ethernet Interface Driver Configuration. */ //***************************************************************************** // // File Name : 'ax88796con

ax88796conf.h

/*! \file ax88796conf.h \brief ASIX AX88796 Ethernet Interface Driver Configuration. */ //***************************************************************************** // // File Name : 'ax88796con

ax88796conf_easyethavrasix.h

/*! \file ax88796conf.h \brief ASIX AX88796 Ethernet Interface Driver Configuration. */ //***************************************************************************** // // File Name : 'ax88796con

enc28j60conf.h

/*! \file enc28j60conf.h \brief Microchip ENC28J60 Ethernet Interface Driver Configuration. */ //***************************************************************************** // // File Name : 'enc

eth.h

#ifndef __ETH_H #define __ETH_H /* * IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble * and FCS/CRC (frame check sequence). */ #define ETH_ALEN 6 /* Octets in one etherne