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

📄 esam.h

📁 这是TI的C6713开发板例程
💻 H
字号:
/*********************************************************************************
* ESAM.h	v1.00	     							                            *
* Copyright	2003 by SEED Electronic Technology Ltd.
* All rights reserved. Property of SEED Electronic Technology Ltd.			                *
* Designed by:	Hongshuai.Li	
*********************************************************************************/
#ifndef _ESAM
#define _ESAM

#include <csl.h>
/********************************************************************************/
/* Define constant.																	*/
/********************************************************************************/
typedef enum
{
    Input  = 0,
	Output  = 1
} DataDirection, *PDataDirection;


/********************************************************************************/
void DEC6713_EsamOpen();

void DEC6713_EsamPortDirection(DataDirection Direction);

void DEC6713_EsamReset();

Uint32 DEC6713_EsamRead(Uint32 Dst,Uint32 Length);

#endif	


⌨️ 快捷键说明

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