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

📄 2410iis.h

📁 2410开发测试程序
💻 H
字号:
//====================================================================
// File Name : 2410iis.h
// Function	: S3C2410 
// Program	: Shin, On Pil (SOP)
// Date		: March 20, 2002
// Version	: 0.0
// History
//	0.0 : Programming start (March 06, 2002) -> SOP
//====================================================================

#ifndef __2410IIS_H__
#define __2410IIS_H__

#ifdef __cplusplus
extern "C" {
#endif

//void PlayWav(U32 sample,S16 *lBuf,S16 *rBuf,U32 freq);
//void PlayWav(void);
void Init1341(char);
void Test_Iis(void);
void Record_Iis(void);
//void Play1341(void);
//void Stop1341(void);
//void Iis_Tx(void);
//void Iis_Rx(void);

#ifdef __cplusplus
}
#endif

#endif	//__2410IIS_H__

⌨️ 快捷键说明

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