headset_dut.h

来自「BlueLab 3.5.2 单声道耳机源码」· C头文件 代码 · 共 55 行

H
55
字号
/****************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?