📄 uhal.h
字号:
#ifndef __UHAL_H
#define __UHAL_H
/* ARM board targetting source file.
file name: uhal.h
date: 2001. 2. 14
made by cho dong-seok
homepage: www.pusanssm.com/~cthr36/
*/
//Define board cooperation
#define SAMSUNG
//Initializ infomation
void InitInfo(void);
//Initialze interrupts.
void InitInterrupts(void);
//Initialize timer that is used OS.
void InitTimers(void);
/*** Called by ARMTargetStart() ***/
void InstallIrqHandler(void);
//Enable the interrupt.
void OpenIRQ(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -