timer.h

来自「ST公司的upsd34XX评估板固定源程序」· C头文件 代码 · 共 11 行

H
11
字号
#ifndef _TIMER_H_
#define _TIMER_H_

//Prototypes
void timer0_initialize (void);
unsigned int timer0_count (void);
unsigned int timer0_elapsed_count (unsigned int count);
void timer0_wait (unsigned int count);

#endif

⌨️ 快捷键说明

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