📄 timer_defines.h
字号:
/* * Name: timer_defines.h * Date: January 15th 2003 * Author: Steve Muckle <smuckle@andrew.cmu.edu> * * Description: * * Important defines for the timer. */#ifndef TIMER_H#define TIMER_H#define TIMER_RATE 1193182#define TIMER_IDT_ENTRY 0x20#define TIMER_PERIOD_IO_PORT 0x40#define TIMER_MODE_IO_PORT 0x43#define TIMER_SQUARE_WAVE 0x36#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -