代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/126357/14427758
bak memory.v.bak
//general memory
module memory(clk, rst, rd_en, wt_en, addr, data_in, data_out);
input clk, rst, rd_en, wt_en, addr, data_in;
output data_out;
wire[15:0] addr, data_in, data_out;
reg[15:0] me
www.eeworm.com/read/126027/14451053
4 memory_cb.4
.\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net
.\" memory_cs.4 1.5 2000/06/12 21:24:48
.\"
.TH MEMORY_CS 4 "2000/06/12 21:24:48" "pcmcia-cs"
.SH NAME
memory_cb \- CardBus memor
www.eeworm.com/read/126027/14451118
4 memory_cs.4
.\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net
.\" memory_cs.4 1.12 2000/06/12 21:24:48
.\"
.TH MEMORY_CS 4 "2000/06/12 21:24:48" "pcmcia-cs"
.SH NAME
memory_cs \- MTD-aware PC
www.eeworm.com/read/126027/14451419
c memory_cb.c
/*======================================================================
A direct memory interface driver for CardBus cards
memory_cb.c 1.22 2002/06/29 06:27:37
The contents of this fil
www.eeworm.com/read/126027/14451441
c memory_cs.c
/*======================================================================
A general driver for accessing PCMCIA card memory via Bulk
Memory Services.
This driver provides the equivalent o
www.eeworm.com/read/125910/14455832
pdf 9_memory.pdf
www.eeworm.com/read/226337/14480479
h memory_t.h
/*
* Copyright (c) 2001 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p