📄 per_test_menu.h
字号:
/***********************************************************************************
Filename: per_test_menu.h
Description: PER test menu header file
***********************************************************************************/
#ifndef PER_TEST_MENU_H
#define PER_TEST_MENU_H
/***********************************************************************************
* INCLUDES
*/
#include "hal_types.h"
#include "hal_defs.h"
#include "hal_board.h"
/***********************************************************************************
* CONSTANTS AND DEFINES
*/
// Application modes
#define MODE_TX 0
#define MODE_RX 1
#define MODES 2
// Burst Sizes
#define BURST_SIZE_1 1000
#define BURST_SIZE_2 10000
#define BURST_SIZE_3 100000
#define BURST_SIZE_4 1000000
#define BURSTSIZES 4
// Channel 11, first channel in band
#define CHANNEL_11 11
#define CHANNELS 16
/***********************************************************************************
* GLOBAL FUNCTIONS
*/
uint8 appSelectMode(void);
uint8 appSelectChannel(void);
uint32 appSelectBurstSize(void);
uint8 appSelectOutputPower(void);
uint8 appSelectGain(void); // Modules with CC2590/91 only
#endif
/***********************************************************************************
Copyright 2007 Texas Instruments Incorporated. All rights reserved.
IMPORTANT: Your use of this Software is limited to those specific rights
granted under the terms of a software license agreement between the user
who downloaded the software, his/her employer (which must be your employer)
and Texas Instruments Incorporated (the "License"). You may not use this
Software unless you agree to abide by the terms of the License. The License
limits your use, and you acknowledge, that the Software may not be modified,
copied or distributed unless embedded on a Texas Instruments microcontroller
or used solely and exclusively in conjunction with a Texas Instruments radio
frequency transceiver, which is integrated into your product. Other than for
the foregoing purpose, you may not use, reproduce, copy, prepare derivative
works of, modify, distribute, perform, display or sell this Software and/or
its documentation for any purpose.
YOU FURTHER ACKNOWLEDGE AND AGREE THAT THE SOFTWARE AND DOCUMENTATION ARE
PROVIDED 揂S IS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -