iis.h

来自「华恒瑞科公司的S3C44B0开发板音频测试程序」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef __IIS_H__
#define __IIS_H__

#ifdef __cplusplus
extern "C" {
#endif

#define	MAX_WAVESIZE	0xfffff
#define IIS_FIFOREADY	!((rIISCON>>7)&1)	

//void PlayWav(U32 sample,S16 *lBuf,S16 *rBuf,U32 freq);
void Play_SmallWave(U32 addr, U32 size);
void Play_BigWave(U32 addr, U32 size);
void Init_4334(void);

#ifdef __cplusplus
}
#endif

#endif /*__IIS_H__*/

⌨️ 快捷键说明

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