hwdefs.h
来自「基于EP7312的MP3播放器源代码,包括MCU和PC端代码.」· C头文件 代码 · 共 21 行
H
21 行
//****************************************************************************//// 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 + =
减小字号Ctrl + -
显示快捷键?