⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uhal.h

📁 基于ARM应用的源码
💻 H
字号:
/* ARM board targetting source file.
   file name: uhal.h   
   date: 2001. 2. 14
   made by cho dong-seok
   homepage: www.pusanssm.com/~cthr36/
*/

#if !defined __UHAL_H
#define __UHAL_H

//#define DEBUG			// 如果运行于调试模式,则取消本行首注释

int		uHALr_printf(const char *format, ...);
void	uHALr_ResetMMU(void);
void	uHALir_DefineIRQ(void *is, void *iq, void *n);
void	uHALr_InitInterrupts(void);
void	uHALr_InitTimers(void);
int		uHALr_RequestSystemTimer(void *tick, const unsigned char *str);
void	uHALr_InstallSystemTimer(void);
void	BreakPoint(void);


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -