⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dma.h

📁 flash驱动和简单管理程序
💻 H
字号:
#ifndef __FDMA_H__
#define __FDMA_H__

//Definitions
#define MDMA0_WAKEUP 0x00200000  // mask for bit 23 (55 out of 32-64)     
//Externals
extern int MEM_DMA(int,int,int);	
  // arg1-> source address
  // arg2-> destination address
  // arg3-> count
  // arg4-> source config
  // arg5-> dest config
extern int MEM_DMA_Setup(int,int);
  // arg1-> DMA wakeup
  // arg2-> modify  


#endif //__FDMA_H__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -