blinkdata.h

来自「8051试验程序 基础教材」· C头文件 代码 · 共 46 行

H
46
字号
/*
 * Id:        BlinkData.h
 *
 * Function:  VS System Data Header File.
 *
 * Generated: Fri Jun 01 13:31:40 2007
 *
 * Coder 5, 4, 0, 1275
 * 
 * This is an automatically generated file. It will be overwritten by the Coder. 
 * 
 * DO NOT EDIT THE FILE! 
 */


#ifndef __BLINKDATA_H
#define __BLINKDATA_H


/*
 * Include SEM Defines Header File.
 */
#include "BlinkSEMBDef.h"


#if (VS_CODER_GUID != 0X007ab5c30)
#error The generated file does not match the SEMTypes.h header file.
#endif


/*
 * Event Identifier Definitions.
 */
#define SE_RESET                         0X000  /*   0 */
#define Pin13_Interrupt                  0X001  /*   1 */
#define Pin15_Interrupt                  0X002  /*   2 */
#define Timer_Interrupt                  0X003  /*   3 */


/*
 * There are no VS System constants, so this section is intentionally empty!
 */


#endif

⌨️ 快捷键说明

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