⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 txc_envoy_api.h

📁 TranSwitch Envoy CE2 & Envoy CE4 设备驱动及编程指南
💻 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_api.h                                             
                                                                           
  Description:  This header file contains the top level includes files     
     for the Envoy device driver, in the correct order.         
                                                                           
 --------------------------------------------------------------------------
                              Revision History                            
 --------------------------------------------------------------------------
    Rev       Date          Author               Description
   -----    -------      ------------         -----------------
   0.5.0    6/03/04      F. Giannella         Initial release (beta)

 *--------------------------------------------------------------------------*/


#ifndef TXC_ENVOY_API_H
#define TXC_ENVOY_API_H


/****************************************************************************
 **                                Defines                                 **
 ****************************************************************************/

/* define pre-processor variable if hardware not available */
/* #define TXC_ENVOY_VIRTUAL_DEVICE_MODE */

/* software version */
#define TXC_ENVOY_MAJOR_VERSION      0
#define TXC_ENVOY_MINOR_VERSION      5
#define TXC_ENVOY_PATCH_VERSION      0

/****************************************************************************
 **                            Include Files                               **
 ****************************************************************************/

/* Generic Defines */
#include "txc_generic.h"
#include "txc_error.h"
#include "txc_platform.h"
#include "txc_os_platform.h"


/* Envoy Device Driver Specific Defines */

/* the envoy platform must be first */
#include "txc_envoy_platform.h"

/* core library header files */
#include "txc_envoy_mac_api.h"

/* Ethernet Packet Control header file */
#include "txc_envoy_pkt_ctrl_api.h"

/* Management Port header file */
#include "txc_envoy_mgmt_port_api.h"

/* FIFO header file */
#include "txc_envoy_fifo_api.h"

/* device pin status and config header file */
#include "txc_envoy_pin.h"

/* spi3 header files */
#include "txc_envoy_spi3_api.h"

/* the driver management apis */
#include "txc_envoy_drv_mgmt_api.h"


/****************************************************************************
 **                            Data Structures                             **
 ****************************************************************************/


/* None */

/****************************************************************************
 **                          Function Prototypes                           **
 ****************************************************************************/


/* None */

/****************************************************************************
 **                              End of Module                             **
 ****************************************************************************/

#endif /* TXC_ENVOY_API_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -