📄 ls_io.h
字号:
#ifndef word
#define word unsigned int
#endif
#define LS_PORT0 port0x0000
#define LS_PORT1 port0x0001
ioport unsigned int LS_PORT0;
ioport unsigned int LS_PORT1;
typedef struct
{
word sec;
word min;
word num;
word flag;
word x;
word y;
}real_time_type;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -