📄 txc_envoy_drv_mgmt_real.h
字号:
/*--------------------------------------------------------------------------
******* ****
* ***** ** * * * * * * ***** **** * *
* * * * * ** * * * * * * * * * *
* * * * * * * * **** * * * * * ******
* ***** ****** * * * * * ** * * * * * *
* * * * * * ** * * ** ** * * * * * *
* * * * * * * **** * * * * **** * *
Proprietary and Confidential
This program is made available only to customers and prospective customers
of TranSwitch Corporation under license and may be used only with TranSwitch
semi-conductor products.
Copyright(c) 2004 TranSwitch Inc.
--------------------------------------------------------------------------
******* ** ** ** ** ******** ** **
******* *** ** ** ** ********** ** **
** ** * ** ** ** ** ** ** **
***** ** * ** ** ** ** ** * *
***** ** * ** ** ** ** ** **
** ** * ** ** ** ** ** **
******* ** *** **** ********** **
******* ** ** ** ******** **
--------------------------------------------------------------------------
TranSwitch Envoy-CE2/CE4
Device Driver
--------------------------------------------------------------------------
Workfile: txc_envoy_drv_mgmt_api.h
Description: This header file contains function prototypes
--------------------------------------------------------------------------
Revision History
--------------------------------------------------------------------------
Rev Date Author Description
----- ------- ------------ -----------------
0.5.0 6/03/04 F. Giannella Initial release (beta)
*--------------------------------------------------------------------------*/
#ifndef TXC_ENVOY_LMGMT_REAL_H
#define TXC_ENVOY_LMGMT_REAL_H
/****************************************************************************
** Defines **
****************************************************************************/
#define ENVOY_END_OF_RESET_REGISTER 0xFFFF
#define ENVOY_MAX_BATCH_RESET_REGISTER 20
/****************************************************************************
** Data Structures **
****************************************************************************/
/****************************************************************************
** Function Prototypes **
****************************************************************************/
TXC_U16BIT ENVOY_DeviceResetReal
(TXC_U16BIT handle, ENVOY_DEV_RESET_STRUCT * deviceResetTypePtr);
TXC_U16BIT ENVOY_DeviceVersionReal (TXC_U16BIT handle,
ENVOY_DEVICE_VERSION_STRUCT * deviceVersionDataPtr);
/****************************************************************************
** End of Module **
****************************************************************************/
#endif /* TXC_ENVOY_LMGMT_REAL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -