代码搜索:Notes

找到约 10,000 项符合「Notes」的源代码

代码结果 10,000
www.eeworm.com/read/301866/13847465

ibs sxbga.ibs

| [IBIS ver] 2.1 [File name] sxbga.ibs [File Rev] 1.00 [Date] Oct-16-2007 [Source] The Following information corresponds to the sam7x. [Notes] This
www.eeworm.com/read/152843/5665880

txt oss-emulation.txt

NOTES ON KERNEL OSS-EMULATION ============================= Jan. 22, 2004 Takashi Iwai Modules ======= ALSA provides a powerful OSS emulation on the kernel. The OSS emulatio
www.eeworm.com/read/148143/5718114

c coff.c

/* * File: coff.c * Purpose: Implement COFF binary download into dBUG. * * Notes: * * Author: Eric DeVolder * Date: 1-9-96 * * Modifications: * */ #include "src/include/db
www.eeworm.com/read/148143/5718122

c elf.c

/* * File: elf.c * Purpose: Data definitions and routines for downloading ELF files. * * Notes: * */ #include "src/include/dbug.h" #include "src/uif/uif.h" /**********************
www.eeworm.com/read/148143/5718136

h ip.h

/* * File: ip.h * Purpose: Definitions for the Internet Protocol, IP. * * Notes: See RFC 791 "DARPA Internet Program Protocol * Specification" for more details. * * Author: Eric D
www.eeworm.com/read/148143/5718147

c arp.c

/* * File: arp.c * Purpose: Address Resolution Protocol routines. * * Notes: * * Modifications: */ #include "src/include/dbug.h" #include "src/uif/net/net.h" /******************
www.eeworm.com/read/148143/5718158

h amd_flash.h

/* * File: amd_flash.h * Purpose: Flash driver for programming all AMD Flash devices * * Notes: This driver supports a single type (AM29XXXX) and * width of FLASH. The
www.eeworm.com/read/148143/5718167

h brgs.h

/* * File: brgs.h * Purpose: Definitions of various baud rate generator divisors * * Notes: div = (BRGCLK / (16 * BAUD)) - 1
www.eeworm.com/read/148143/5718219

c ns8390.c

/* * File: ns8390.c * Purpose: Device driver for the National Semiconductor 8390 * Ethernet chipset used in NE2000 type NICs. * * Notes: This driver was actually developed on a Winbond
www.eeworm.com/read/148143/5718265

s vectors.s

/* * File: vectors.s * Purpose: MCF5xxx vector table for dBUG. * * Notes: This file assembles with both Diab and GNU tools * * Author: Eric DeVolder * Date: * * Modifications: *