temp_measure.h

来自「最新版IAR FOR ARM(EWARM)5.11中的代码例子」· C头文件 代码 · 共 45 行

H
45
字号
/*************************************************************************
 *
 *    Used with ICCARM and AARM.
 *
 *    (c) Copyright IAR Systems 2005
 *
 *    File name   : temp_measure.h
 *    Description : Temperature measure include file
 *
 *    History :
 *    1. Date        : Nov. 2, 2005
 *       Author      : Stanimir Bonev
 *       Description : Create
 *
 *    $Revision: 16170 $
 **************************************************************************/

#ifndef __TEMP_MEAS_H
#define __TEMP_MEAS_H
#include "includes.h"

/*************************************************************************
 * Function Name: InitTermMeasure
 * Parameters: none
 *
 * Return: none
 *
 * Description: Init NTC analog channel
 *
 *************************************************************************/
void InitTermMeasure (void);

/*************************************************************************
 * Function Name: MeasureTerm
 * Parameters: none
 *
 * Return: Int32U
 *
 * Description: Measure from NTC channel and filtering the result
 *
 *************************************************************************/
Int32U MeasureTerm (void);

#endif    /* __TEMP_MEAS_H */

⌨️ 快捷键说明

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