gather.h
来自「C6000系列开发板之6701相关文档机说明」· C头文件 代码 · 共 38 行
H
38 行
#ifndef _GATHER_H
#define _GATHER_H
#ifndef CHIP_6201
#define CHIP_6201 1
#endif
#define _DMA
#ifdef _DMA
#include <csl.h>
#include <dma.h>
#endif
#include <stdio.h>
#include <stdlib.h>
/* Peripheral Support Include Files */
#include <pci.h>
/* EVM/McEVM Driver Include Files */
#include <board.h>
#include <intr.h>
#include <regs.h>
// DEFINES
#define UINT32 unsigned int
#define OK 0
#define ERROR -1
#define DATA_LENGTH 1024
#define SDRAM_ADDR 0x02000000
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?