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

📄 rate_constants.h

📁 Atheros AP Test with Agilent N4010A source code
💻 H
字号:

#ifndef __INCrateconstantsh
#define __INCrateconstantsh

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */


extern const A_UCHAR rateValues[];
extern const A_UCHAR rateCodes[];
extern const A_UINT16 numRateCodes;


extern A_UINT32 descRate2bin(A_UINT32 descRateCode);
extern A_UINT32 rate2bin(A_UINT32 rateCode);


#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif

⌨️ 快捷键说明

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