20 lines
825 B
C
Executable File
20 lines
825 B
C
Executable File
/********************************************************************************************************
|
|
** HY3106常数与子程序定义头文件
|
|
**
|
|
** Copyright (c) Siargo, Ltd. 2011
|
|
** All Rights Reserved.
|
|
**
|
|
********************************************************************************************************/
|
|
#ifndef __VHHCompute_h__
|
|
#define __VHHCompute_h__
|
|
|
|
|
|
/******************************************************************************/
|
|
extern u16 RRExtGainRes;
|
|
extern float RRExtGain;
|
|
/******************************************************************************/
|
|
|
|
void RHCircuitParameterInit(void);
|
|
void ComputeRRParameter(void);
|
|
void SaveVHHAndNRHInTempretureMode(void);
|
|
#endif |