garfield.h

来自「东芯IVSEP3203F50移动终端应用处理器触摸屏驱动」· C头文件 代码 · 共 38 行

H
38
字号
/*************************************************************************************
*	Copyright (c) 2005 by National ASIC System Engineering Research Center.
*	PROPRIETARY RIGHTS of ASIC are involved in the subject matter of this 
*	material.  All manufacturing, reproduction, use, and sales rights 
*	pertaining to this subject matter are governed by the license agreement.
*	The recipient of this software implicitly accepts the terms of the license.
*
*	File Name: garfield.h
*
*	File Description:
*			The file define some macro definition used in some assembler file.
*		
*	Created by Michael <yuyu_zh@seu.edu.cn>, 2005-03-22
**************************************************************************************/


#ifndef GARFIELD_H
#define GARFIELD_H

#include <stdio.h>
#include <stdlib.h>

#include "typedef.h"
#include "gpio.h"
#include "system.h"
#include "intc.h"
#include "ac97.h"

/* The Module Header File Here*/

#include "touchpanel.h"


#endif



⌨️ 快捷键说明

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