📄 movementdefine.lst
字号:
C51 COMPILER V7.06 MOVEMENTDEFINE 01/26/2008 10:08:03 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MOVEMENTDEFINE
OBJECT MODULE PLACED IN .\obj\MovementDefine.obj
COMPILER INVOKED BY: d:\Keil\C51\BIN\C51.EXE Source\MovementDefine.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\lst\Movemen
-tDefine.lst) OBJECT(.\obj\MovementDefine.obj)
stmt level source
1 //********************************************************************************************************
-*******
2 // FILE NAME : MovementDefine.C
3 // FILE DESCRIPTION :
4 // TARGET DEVICE : C8051F021
5 // CREATED ON : 2007.12.29
6 // CREATED BY : yuanwq
7 // VERSION :
8 // MODIFY RECORD :
9 //********************************************************************************************************
-********
10 //********************************************************************************************************
-********
11 #include "includes.h"
12 #include "movement_control.h"
13 // Global Variables
14 //********************************************************************************************************
-*********
15
16 struct Switch_Data Tilit_Switch = {0,0};
17 struct Switch_Data Lateral_Switch = {0,0};
18 struct Switch_Data Compressor_Switch = {0,0};
19 struct Switch_Data SID_Switch = {0,0};
20 struct Switch_Data Longitud_Switch = {0,0};
21 struct Switch_Data TubeLongitud_Switch = {0,0};
22 struct Switch_Data Scanning_Switch = {0,0};
23 struct Control_Data Control_1 = {0,0};
24 struct Control_Data Control_2 = {0,0};
25 struct Output_Data Output_1 = {0,0};
26 struct Output_Data Output_2 = {0,0};
27 struct Switch_Data Local_Flag_1 = {0,0};
28 struct Switch_Data Local_Flag_2 = {0,0};
29 struct Protect_Data Protect_Flag_1 = {0,0};
30 struct Soft_Timer Soft_Timer[MAX_SOFT_TIMER] = {0};
31
32 INT16U TimerDelay[MAX_SOFT_TIMER] = {0};
33 INT16S TL_SC_Distance = 0;
34
35 INT16S TL_Pulse = 0;
36 INT16S SC_Pulse = 0;
37
38 INT16S TL_Position = 0;
39 INT16S SC_Position = 0;
40
41 INT16S TL_SC_Error = 0;
42 INT16S Old_TL_SC_Error = 0;
43
44
45 //SMBus 全局变量定义
46
47 INT8S COMMAND; //在SMBus中断服务程序中用于保存从
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -