?? cmx_fttherm.h
字號:
//*****************************************************************************
//*****************************************************************************
// FILENAME: CMX_FTTHERM.h
// Version: 1.1, Updated on 2008/6/23 at 14:7:12
//
//
// DESCRIPTION: Header file for the Banked Input Driver
//-----------------------------------------------------------------------------
// Copyright (c) Cypress MicroSystems 2004. All Rights Reserved.
//*****************************************************************************
//*****************************************************************************
#ifndef CMX_FTTHERM_include
#define CMX_FTTHERM_include
#include "CMX_MVOLTS.h"
// parameter block
typedef struct
{
const CMX_mVolts_ParameterBlock * ptrEXC;
const CMX_mVolts_ParameterBlock * ptrTHERM;
}CMX_FTTHERM_ParameterBlock;
int CMX_FTTHERM_GetValue(const CMX_FTTHERM_ParameterBlock * thisBLK);
void CMX_FTTHERM_Instantiate(const CMX_FTTHERM_ParameterBlock * thisBLK);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -