代码搜索结果
找到约 10,000 项符合
DMA 的代码
xdma_channel_i.h
/* $Id: xdma_channel_i.h,v 1.3 2006/06/02 21:43:44 meinelte Exp $ */
/******************************************************************************
*
* XILINX IS PROVIDING THIS DESIGN, CODE, OR
dmacode.inc
; MMURTL Operating System Source Code
; Copyright 1991,1992,1993, Richard A. Burgess
; ALL RIGHTS RESERVED
; Version x0.8
;========== DMA Equates for DMA amd PAGE registers =========
;NOT
dmathery.doc
Copyright (c) 1991-1993, R.A. Burgess
DMA Theory of operation
1. Introduction
This provides a description of how MMURTL handles the DMA hardware on the ISA/EISA machines.
The following abb
rme96xx.c
/* (C) 2000 Guenter Geiger
with copy/pastes from the driver of Winfried Ritsch
based on es1370.c
* 10 Jan 2001: 0.1 initial version
* 19 Jan
dtv.h
/*******************************************************************************
* FILENAME
* c6211dsk.h
*
* DESCRIPTION
* DSK Header File
*
************************************************
dtv.h
/*******************************************************************************
* FILENAME
* c6211dsk.h
*
* DESCRIPTION
* DSK Header File
*
************************************************
dtv.h
/*******************************************************************************
* FILENAME
* c6211dsk.h
*
* DESCRIPTION
* DSK Header File
*
************************************************
ave2kregs.h
#ifndef _AVE2KREGS_H
#define _AVE2KREGS_H
/*
#define I2C_TRANSFER 0x8c
#define I2C_STATUS 0x90
#define GPIO_CTRL 0xe0
#define AUDIO_CFG1 0xf4
#define AUDIO_CFG2 0xf8
#define MC1 0xfc
#defin
boardreg.h
#ifndef __BOARDREG_H_
#define __BOARDREG_H_
//enum BOARD{REVA0=0, REVA1, REVA2, REVB2};
#define REVA0 0
#define REVA1 1
#define REVA2 2
#define REVA3 3
#define REVB2 4
#define REVC2 5
#define
98s.txt
一九九八年度程序员级 上午试卷
试题1
从供选的答案中,选出应填入下面叙述中_?_内的最确切的解答,把相应编号写在答卷的对应栏内。
设W为一个二维数组,其每个数据元素 占用6个字节,行下标i从0到8 ,列下标j从2到5 ,则二维数组W的数据元素共占用_A_个字节。W中第6 行的元素和第4 列的元素共占用_B_个字节。若按行顺序存放二维数组W,其起始地址的字节号为100,则二维数组W ...