📄 hwdefs.h
字号:
//****************************************************************************//// HWDEFS.H - Memory and register definitions for the hardware.//// Copyright (c) 1998,1999,2000,2001 Cirrus Logic, Inc.////****************************************************************************//****************************************************************************//// Determine the correct hardware definition to include based on the processor// type.////****************************************************************************#ifdef PROCESSOR_EP72XX#include "ep72xx.h"#endif#ifdef PROCESSOR_EP73XX#include "ep73xx.h"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -