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

📄 iis.h

📁 此源码是音频接口的驱动和测试程序,已成功地调试完毕
💻 H
字号:
/*********************************************************************************************
* File:	IIS.H
* Author:	embest	
* Desc:	IIS sound header file
* History:	
*********************************************************************************************/

#ifndef __IIS_H__
#define __IIS_H__

#define FS441KHZ	1

/*--- function decleare ---*/
void IISInit(void);
void IISClose(void);
void Playwave(int times);
void Record_Iis(void);
void BDMA0_Done(void) __attribute__ ((interrupt ("IRQ")));
void BDMA0_Rec_Done(void) __attribute__ ((interrupt ("IRQ")));

#endif /* __IIS_H__ */

⌨️ 快捷键说明

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