📄 audfmt.h
字号:
/*++
Copyright (c) 2001 Sunplus Technology Co., Ltd.
Module Name:
audfmt.h
Abstract:
Header file related to sample rate for various alternate setting
Environment:
Keil C51 Compiler
Revision History:
08/28/2001 Chi-Yeh Tsai created
--*/
//------------------------------------------------------------------------------
//Constant
//------------------------------------------------------------------------------
//size of sample rate corresponding to alternate setting
#define AUDAS_SAMPLERATESIZE ((USHORT) 0x000e)
//array of sample rate corresponding to alternate setting
code USHORT AudAS_SampleRate[AUDAS_SAMPLERATESIZE] =
{
0x0000, //0
0x0000, //1
0x0000, //2
0x0000, //3
0x0000, //4
0x0000, //5
0x0000, //6
0x0000, //7
0x0000, //8
0x0000, //9
0x0000, //a
0x0000, //b
0x0000, //c
0xbb80, //d
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -