代码搜索:DMA
找到约 10,000 项符合「DMA」的源代码
代码结果 10,000
www.eeworm.com/read/234976/14090024
txt sdram2uart.txt
#include
#include "system.h"
#include "sys/alt_dma.h"
#include
/* DMA发送完成标志 */
volatile int dma_tx_done = 0;
//volatile int dma_tx_done2 = 0;
/* DMA完成回调函数 */
void dma_done
www.eeworm.com/read/196669/8068327
c iis.c
/*
* ApOS (Another Project software for s3c2410)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
www.eeworm.com/read/232327/14198317
c iis.c
/*
* ApOS (Another Project software for s3c2410)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
www.eeworm.com/read/356913/10219194
h tonecfg.h
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT tone.cdb */
#define CHIP_5416
www.eeworm.com/read/326074/13167224
c main.c
#include "main.h"
// set up DMA descriptors (one for each frame, then repeat)
// small descriptor model, only start address needs to be fetched
tDMA_descriptor DMA_PPI0_first = {&DMA_PPI
www.eeworm.com/read/240027/13240000
c main.c
#include "main.h"
// set up DMA descriptors (one for each frame, then repeat)
// small descriptor model, only start address needs to be fetched
tDMA_descriptor DMA_PPI0_first = {&DMA_PPI
www.eeworm.com/read/251771/12321246
h dmautil.h
/***************************************************************************
FILE NAME: DMAUTIL.H
FILE DESCRIPTION:
Header for the DMA part of the DM6430 driver
PROJECT NAME: DM6430
www.eeworm.com/read/334090/12639094
h gdma_omap32.h
//=====================================================================
// TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
// Property of Texas Instruments -- For Unrestri
www.eeworm.com/read/427376/8949470
txt readme.txt
Copyright (c) 2003 BSQUARE Corporation. All rights reserved.
SDIONow Host Controller Driver Supporting:
Alchemy DB1100 Evaluation Board
INSTALLING
==========
1. Make sure you have ins
www.eeworm.com/read/363428/9951810
c main.c
//dma
#include
#include
void main()
{
DMA_CFG_DATA.LEN = 0X00;
for(;;);
}