?? tonearm.h
字號:
/* ArmCodecDriver.h - ARM Codec驅(qū)動程序頭文件 */
/* Copyright 1994-2001 Wuhan Jinglun Electronic Co., Ltd. */
/*
modification history
--------------------
01c, 2001-11-29, Yan-CJ,
01a, 2001-08-08, Zhang-YF, 基于EP7312、Nucleus和OKI-M7702, 為精倫2001年10月的新一代多業(yè)務(wù)IC卡終端項目的新主板編寫
*/
#include "Nucleus.h"
#ifndef _TONEARM_H_
#define _TONEARM_H_
#ifdef __cplusplus
extern "C" {
#endif
//*************************************************************************
//
//Codec驅(qū)動程序函數(shù)原型
//
//*************************************************************************
extern int ARM_Codec_Open (int idMode, int idOrient); //打開
extern int ARM_Codec_Close(int id, int idMode); //關(guān)閉
extern int ARM_Codec_Write(int id, char * pBuffer, long lSizes, long lLoops); //放音
extern int GetArmCodecStatus(int mode); //獲得ARM CODEC設(shè)備狀態(tài) YanCJ added. 2002-03-15
#ifdef __cplusplus
}
#endif
#endif /* _TONEUTIL_H_ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -