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

📄 at91display.h

📁 (1)基于部分u-boot代码自己调试的vxworks BSP (2)实现了nand/nor flash的tffs文件系统 (3)实现了对spi dataflash的访问 (4)实现了对启动参数
💻 H
字号:
/* at91display.h - display  controller header */

/* Copyright 1984-2001 Wind River Systems, Inc. */
/*
modification history
--------------------

*/

#ifndef __INCdisplayDrvh
#define __INCdisplayDrvh

#ifdef __cplusplus
extern "C" {
#endif



#ifndef _ASMLANGUAGE






/* Video Graphic Controller */

#define S1D13806_DISP_MEM_BASE	( ( (int) S1D13806_BASE)  + ((int) 0x200000) )

/* function declarations */

#if defined(__STDC__) || defined(__cplusplus)

STATUS	at91_s1d1xInit ();


#else

STATUS	at91_s1d1xInit();

#endif  /* __STDC__ */

#endif  /* _ASMLANGUAGE */

#ifdef __cplusplus
}
#endif

#endif /* __INCdisplayDrvh */


⌨️ 快捷键说明

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