📄 txc_envoy_platform.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_platform.h
Description: This header file contains specific envoy platform defines
--------------------------------------------------------------------------
Revision History
--------------------------------------------------------------------------
Rev # Date Author Description
----- ------- ------------ ----------------------
0.5.0 6/03/04 F. Giannella Initial release (beta)
*--------------------------------------------------------------------------*/
#ifndef TXC_ENVOY_PLATFORM_H
#define TXC_ENVOY_PLATFORM_H
/****************************************************************************
** Defines **
****************************************************************************/
/* this defines the maximum number of possible Envoy devices in the system */
#define ENVOY_MAX_DEVICES 2
/* basic names for RTOS */
/* if no semaphore is required, the semaphore name should be set to TXC_NULL */
#define ENVOY_SEM_NAME "ENVOY_SEM"
#define TXC_WRITE_VERIFY_FLAG TXC_TRUE
/****************************************************************************
** Data Structures **
****************************************************************************/
/* None */
/****************************************************************************
** Function Prototypes **
****************************************************************************/
/* None */
/****************************************************************************
** End of Module **
****************************************************************************/
#endif /* TXC_ENVOY_PLATFORM_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -