initial.h

来自「电能表源码」· C头文件 代码 · 共 16 行

H
16
字号
/*********************************************
	Interrupt enable control
*********************************************/
#define		PowerupIE	0xff
#define		PowerupEIE	0xff
#define		PowerupEx2	0xff
#define		PowerupEx3	0xff
#define		PowerupEx4	0xff
/*********************************************
	Powerup Port state control
*********************************************/
#define		PowerupP1IE		0xfc
#define		PowerupP1OE		0xfc
#define		PowerupP2OE		0x00
#define		PowerupP10FS	0x01
#define		PowerupP11FS	0x01

⌨️ 快捷键说明

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