T_TXPCL_EPSK_common.h
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:2k
源码类别:

MTK

开发平台:

C++ Builder

  1. /*****************************************************************************
  2. *  Copyright Statement:
  3. *  --------------------
  4. *  This software is protected by Copyright and the information contained
  5. *  herein is confidential. The software may not be copied and the information
  6. *  contained herein may not be used or disclosed except with the written
  7. *  permission of MediaTek Inc. (C) 2001
  8. *
  9. *****************************************************************************/
  10. /*****************************************************************************
  11.  *
  12.  * Filename:
  13.  * ---------
  14.  *   T_TXPCL_common.h
  15.  *
  16.  * Project:
  17.  * --------
  18.  *   Maui META APP
  19.  *
  20.  * Description:
  21.  * ------------
  22.  *  TX PCL calibration common header
  23.  *
  24.  * Author:
  25.  * -------
  26.  *  Andy Ueng (mtk00490)
  27.  *
  28.  *============================================================================
  29.  *             HISTORY
  30.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  31.  *------------------------------------------------------------------------------
  32.  * $Revision$
  33.  * $Modtime$
  34.  * $Log$
  35.  *
  36.  *------------------------------------------------------------------------------
  37.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  38.  *============================================================================
  39. ****************************************************************************/
  40. #ifndef _T_TXPCL_COMMON_H_
  41. #define _T_TXPCL_COMMON_H_
  42. //#define CALIBRATIE_NUM_3PCL   3  // RF3140, Renesas
  43. #define V_SET_LOW_INDEX       0
  44. #define V_SET_MID_INDEX       1
  45. #define V_SET_HIGH_INDEX      2
  46. #define PCL_LOW_INDEX         0
  47. #define PCL_MID_INDEX         1
  48. #define PCL_HIGH_INDEX        2
  49. //#define CALIBRATIE_NUM_2PCL   2
  50. #endif