代码搜索结果

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

ethernet.h

/*----------------------------------------------------------------------- * * File: ethernet.h * * Description: * * Constants and Definitions for MPC8260 Fast Ethernet Ex

ethernet.c

#include #include #include #include #include "reg_ne2k.h" #include "ethernet.h" sbit HW_RESET=0xb4; BYTE mymac[MACLEN]; typedef struct {

ethernet.lst

C51 COMPILER V7.07 ETHERNET 06/30/2006 16:21:46 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE ETHERNET OBJECT MODULE PLACED I

ethernet.h

#ifndef BYTE #define BYTE unsigned char #endif #ifndef WORD #define WORD unsigned int #endif #ifndef LWORD #define LWORD unsigned long #endif #define MACLEN 6 // Ehternet (M

ethernet.bak

#include #include #include #include #include "reg_ne2k.h" #include "ethernet.h" sbit HW_RESET=0xb4; BYTE mymac[MACLEN]; typedef struct {

ethernet.c

#include #include #include #include #include #include #include #define ERROR_SHMGET -1 #define ERROR_SHMAT -2 #define ERROR_WA