代码搜索:DMA
找到约 10,000 项符合「DMA」的源代码
代码结果 10,000
www.eeworm.com/read/416824/2107734
c dma.c
/******************************************************************************
Filename: dma.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
This exampl
www.eeworm.com/read/416303/2125006
h dma.h
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT
www.eeworm.com/read/416228/2126521
c dma.c
/*****************************************************************************
* dma.c: DMA module file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/416228/2126584
h dma.h
/*****************************************************************************
* dma.h: Header file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
www.eeworm.com/read/414420/2147526
h dma.h
/*
* DMA Masks
*/
#ifndef __BFIN_PERIPHERAL_DMA__
#define __BFIN_PERIPHERAL_DMA__
/* DMAx_CONFIG, MDMA_yy_CONFIG Masks */
#define DMAEN 0x0001 /* DMA Channel Enable */
#define WNR 0x0002 /* Ch
www.eeworm.com/read/414420/2147967
h dma.h
/*
* (C) Copyright 2003
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* This file is based on code
* (C) Copyright Motorola, Inc., 2000
*
* MPC8220 dma header file
*/
#ifndef __MP
www.eeworm.com/read/412690/2166153
c dma.c
/*****************************************
NAME: dma.c
DESC: DMA memory2memory test
HISTORY:
2005.09.15:KIM, KI JUN: draft ver 0.0
2006.06.02: Jeon chansik: modified
*****************
www.eeworm.com/read/412690/2166155
h dma.h
#ifndef __DMA_H__
#define __DMA_H__
#ifdef __cplusplus
extern "C" {
#endif
/////////////////////////////
#define SINGLE 0
#define BURST 1
#define BYTE 0
#define DBYTE 1
#define F
www.eeworm.com/read/412463/2167687
h dma.h
#ifndef DMA_ADMIN_H
#define DMA_ADMIN_H
#define MAX_DMA_CHANNEL 4
//#define DMA_IS_USED 1
#define DMA_IS_HWTRIG 2
#define DMA_IS_SWTRIG 1
#define DMA_IS_FREE 0
// request source
#define R
www.eeworm.com/read/412463/2167688
c dma.c
#include "def.h"
#include "config.h"
#include "board.h"
#include "utils.h"
#include "2410addr.h"
#include "dma.h"
#define DMA_CHECK_ATTR 1
typedef struct{ //can't use __packed???