代码搜索结果
找到约 10,000 项符合
DMA 的代码
dma.c
/*
* dma.c
*
* Handle all DMA relative operations.
*
* Author: Seeger Chin
* e-mail: seeger.chin@gmail.com
*
* Copyright (C) 2006 Ingenic Semiconductor Corp.
*
* This program is free softwa
dma.c
/*
* dma.c
*
* Handle all DMA relative operations.
*
* Author: Seeger Chin
* e-mail: seeger.chin@gmail.com
*
* Copyright (C) 2006 Ingenic Semiconductor Corp.
*
* This program is free softwa
dma.bat
SET PATH=C:\Keil\ARM\BIN31\
SET RVCT31INC=C:\Keil\ARM\RV31\INC
SET RVCT31LIB=C:\Keil\ARM\RV31\LIB
SET CPU_TYPE=STM32F103R6
SET CPU_VENDOR=STMicroelectronics
SET UV2_TARGET=DMA
SET CPU_CLOCK=0x00
dma.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
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
dma.c
#include "def.h"
#include "option.h"
#include "2440addr.h"
#include "2440lib.h"
#include "2440slib.h"
#include "dma.h"
#define DMA_CHECK_ATTR 1
typedef struct{ //can't use __packed???
dma.h
#ifndef __DMA_H__
#define __DMA_H__
void Test_Zdma0(void);
void Test_Zdma1(void);
//void Test_Zdma0Xdreq(void);
#endif /*__DMA_H__*/