代码搜索结果
找到约 10,000 项符合
Ethernet 的代码
ethernet.h
/*
*
* NIC(CS8900A)驱动模块
*
*/
#ifndef __ETHERNET_H__
#define __ETHERNET_H__
#include "71x_lib.h"
// Ports for I/O-Mode
// 0x64000000为STR71x外部存储器BANK2起始地址
// 由于CS8900A地址线A0接数据总线A11(见
ethernet.c
/*
*
* NIC(CS8900A)驱动模块
*
*/
#include "Ethernet.h"
// 物理地址,默认为22-44-66-88-AA-CC,可在初始化NIC前改写
u16 local_eth_addr[3] = {0x4422, 0x8866, 0xCCAA};
// 从NIC端口输入
inline u16 NIC_InPort(u16 r
ethernet.h
/*
*
* NIC(CS8900A)驱动模块
*
*/
#ifndef __ETHERNET_H__
#define __ETHERNET_H__
#include "71x_lib.h"
// Ports for I/O-Mode
// 0x64000000为STR71x外部存储器BANK2起始地址
// 由于CS8900A地址线A0接数据总线A11(见
ethernet.c
/*
*
* NIC(CS8900A)驱动模块
*
*/
#include "Ethernet.h"
// 物理地址,默认为22-44-66-88-AA-CC,可在初始化NIC前改写
u16 local_eth_addr[3] = {0x4422, 0x8866, 0xCCAA};
// 从NIC端口输入
inline u16 NIC_InPort(u16 r
ethernet.mpf
[Library]
std = $MODEL_TECH/../std
ieee = $MODEL_TECH/../ieee
verilog = $MODEL_TECH/../verilog
vital2000 = $MODEL_TECH/../vital2000
std_developerskit = $MODEL_TECH/../std_developerskit
synopsys = $MOD
ethernet.h
/* Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th
ethernet.h
//*****************************************************************************
//
// ethernet.h - Defines and Macros for the ethernet module.
//
// Copyright (c) 2006-2008 Luminary Micro, Inc. A
ethernet.c
/*This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief ethernet management for
ethernet.h
/*This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
*
* \brief ethernet headers for AVR
ethernet.h
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/****************************************