iis.h

来自「ARM7(S3C44B0)功能非常全的开发板的测试程序....rar」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef __IIS_H__
#define __IIS_H__

#ifdef __cplusplus
extern "C" {
#endif

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

//#define FS2205KHZ
#define FS441KHZ

#ifdef __cplusplus
}
#endif

#endif /*__IIS_H__*/

⌨️ 快捷键说明

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