📄 globals.c
字号:
/*****************************************************
globals.c - definition of shared variables
-----------------------------------------------------
Copyright (c) Metrowerks, Basel, Switzerland
All rights reserved
-----------------------------------------------------
These variables that are allocated in HCS12 space but
can be refered by the XGATE too.
Note: pointers defined in the shared RAM are unique to
the core and cannot be shared. Define in this
module all the variables that contain addresses
into the XGATE address space.
*****************************************************/
#include "Globals.h"
#pragma DATA_SEG SHARED_DATA
/* operation modes */
uchar CalibrationPhase;
uchar CarSimulation;
uchar BMPTfrByXG;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -