代码搜索:ETHERNET
找到约 10,000 项符合「ETHERNET」的源代码
代码结果 10,000
www.eeworm.com/read/139595/13148145
h ethernet.h
/*-----------------------------------------------------------------------
*
* File: ethernet.h
*
* Description:
*
* Constants and Definitions for MPC8260 Fast Ethernet Ex
www.eeworm.com/read/241254/13161486
c ethernet.c
#include
#include
#include
#include
#include "reg_ne2k.h"
#include "ethernet.h"
sbit HW_RESET=0xb4;
BYTE mymac[MACLEN];
typedef struct {
www.eeworm.com/read/241254/13161493
lst 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
www.eeworm.com/read/241254/13161496
bpf ethernet.bpf
www.eeworm.com/read/241254/13161499
obj ethernet.obj
www.eeworm.com/read/241254/13161520
h 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
www.eeworm.com/read/241254/13161542
bak ethernet.bak
#include
#include
#include
#include
#include "reg_ne2k.h"
#include "ethernet.h"
sbit HW_RESET=0xb4;
BYTE mymac[MACLEN];
typedef struct {
www.eeworm.com/read/241154/13165955
o ethernet.o
www.eeworm.com/read/239496/13275580
c ethernet.c
#include
#include
#include
#include
#include
#include
#include
#define ERROR_SHMGET -1
#define ERROR_SHMAT -2
#define ERROR_WA
www.eeworm.com/read/323745/13323846