countup.h
来自「最新版IAR FOR ARM(EWARM)5.11中的代码例子」· C头文件 代码 · 共 27 行
H
27 行
/**********************************************************************************/
/* */
/* Copyright (C) 2006 Oki Electric Industry Co., LTD. */
/* */
/* System Name : uPLAT7D series */
/* Module Name : uPLAT7D system count up definition include file */
/* File Name : countup.h */
/* Revision : 01.00 */
/* Date : 2006/2/17 initial version */
/* */
/**********************************************************************************/
#ifndef COUNTUP_H
#define COUNTUP_H
/***********************************/
/* type definition */
/***********************************/
/***********************************/
/* API Functions prototype */
/***********************************/
extern int16_t countup( uint32_t *counter );
#endif /* COUNTUP_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?