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

📄 dec6713_dtk.h

📁 这是一个在CCS平台下开发的一个IO通讯测试程序,可以当作参考.
💻 H
字号:
/********************************************************************************\
\*DEC6713_DTK.H	  	v1.00	     							                            *
* Copyright	2004 by SEED Electronic Technology Ltd.
* All rights reserved. Property of SEED Electronic Technology Ltd.			                *
* Designed by:	Hongshuai.Li								                                *
\********************************************************************************/
#ifndef DEC6713_DTK_
#define DEC6713_DTK_

#include <csl.h>

/* DTK address definitions */

#define DEC6713_DTK_BASE    0xB01C0000

//
/* DTK Register Indices */
#define DEC6713_DTK_TRF    	 	0
#define DEC6713_DTK_LED			4


/* Initialize all board APIs */
void DEC6713_init();

/* Read an 8-bit value from a DTK register */
Uint16 DEC6713_DTK_rget(Int16 regnum);

/* Write an 8-bit value to a DTK register */
void DEC6713_DTK_rset(Int16 regnum, Uint16 regval);



#endif

⌨️ 快捷键说明

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