📄 headset_dut.h
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005-2006
Part of BlueLab 3.6.2-release
FILE NAME
headset_dut.h
DESCRIPTION
Place the headset into Device Under Test (DUT) mode
*/
#ifndef _HEADSET_DUT_H_
#define _HEADSET_DUT_H_
/****************************************************************************
NAME
enterDutMode
DESCRIPTION
This function is called to place the headset into DUT mode
RETURNS
void
*/
void enterDutMode(void);
/****************************************************************************
NAME
enterDutMode
DESCRIPTION
This function is called to place the headset into TX continuous test mode
RETURNS
void
*/
void enterTxContinuousTestMode ( void ) ;
/****************************************************************************
NAME
checkForDUTModeEntry
DESCRIPTION
This function is called to determine if the headset should enter DUT mode.
RETURNS
void
*/
bool checkForDUTModeEntry(const hsTaskData* theHeadset);
#endif /* _HEADSET_DUT_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -