📄 dev_rtc.h
字号:
#ifndef TESTMACHINE_RTC_H#define TESTMACHINE_RTC_H/* * Definitions used by the "rtc" device in GXemul. * * $Id: dev_rtc.h,v 1.3 2007/05/26 03:47:34 debug Exp $ * This file is in the public domain. */#define DEV_RTC_ADDRESS 0x0000000015000000#define DEV_RTC_LENGTH 0x0000000000000200#define DEV_RTC_TRIGGER_READ 0x0000#define DEV_RTC_SEC 0x0010#define DEV_RTC_USEC 0x0020#define DEV_RTC_HZ 0x0100#define DEV_RTC_INTERRUPT_ACK 0x0110#endif /* TESTMACHINE_RTC_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -