代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
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
ethernet.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************
ethernet.h
#ifndef _ethernet_H_
#define _ethernet_H_
typedef unsigned int regaddress;
#define BUFLENTH 768
#define TIME_OUT 0x10000000
#define Baseaddress 0x2000000
#define reg10 Bas
ethernet.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include "..\inc\ethernet.h"
short read ( short offset );
void write( short offs
ethernet.err
"ethernet.c", line 120: Warning: implicit cast (to 'short') overflow
"ethernet.c", line 270: Warning: variable 'data' declared but not used
ethernet.c: 2 warnings, 0 errors, 0 serious errors