代码搜索结果
找到约 10,000 项符合
DMA 的代码
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???
dma.h
#ifndef DMA_H
#define DMA_H
// GDMA Control Register
#define GDMA_RUN 0x0001
#define GDMA_BUSY 0x0002
#define GDMA_MODE 0x000C
#define GDMA_MEM2MEM 0x0000
#define GDMA_EXTDREQ 0x0
dma.c
#include "4510addr.h"
#include "dma.h"
int uart_tx_gdma_finish = 0;
int uart_rx_gdma_finish = 0;
/*************************************************
* enable GDMA0
***************************
dma.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[Breakpoints]
Count=0
[ChipconEmu]
Stop timers on halt=1
Leave target running=1
dma.ewp
1
Debug
8051
dma.c
/*********************************************************************
* 目标芯片:CC1110F32 功能:配置DMA
*/
#include
struct setdata{
uchar SRCADDRH;
UINT8 SRCADDRL;
UINT8 DESTADDRH;
dma.dep
1
Debug
$PROJ_DIR$\Debug\Exe\dma.d51
dma.pbd
This is an internal working file generated by the Source Browser.
13:57 27s
C:\Documents and Settings\Administrator\桌面\20081030104056Uart 实验\Uart 实验\CC2430-13\Debug\Obj\main.pbi
dma.ewd
1
Debug
8051