?? iis.h
字號(hào):
#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__*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -