📄 gather.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -