dev_rtc.h
来自「龙芯2e的模拟器源代码」· C头文件 代码 · 共 23 行
H
23 行
#ifndef TESTMACHINE_RTC_H#define TESTMACHINE_RTC_H/* * Definitions used by the "rtc" device in GXemul. * * $Id: dev_rtc.h,v 1.2 2006/10/07 01:40:33 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_CONS_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?