📄 functionprototype.lst
字号:
C51 COMPILER V7.06 FUNCTIONPROTOTYPE 03/05/2008 20:23:53 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE FUNCTIONPROTOTYPE
OBJECT MODULE PLACED IN .\obj\FunctionPrototype.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE Source\FunctionPrototype.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\lst\Func
-tionPrototype.lst) OBJECT(.\obj\FunctionPrototype.obj)
stmt level source
1 // Include File
2 //********************************************************************************************************
-********
3 #include "includes.h"
4 #define FUNCTION_GLOBALS
5 #include "FunctionPrototype.h"
6
7 //Automatic Prototypes
8 //---- 初始化定时器0,作为ucOS-II的系统时钟。
9 void InitTimer0(void)
10 {
11 1 TMOD |= 0x01; //--------------------------------------------------- 定时器0:模式1(16位定时器),仅
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -