uhal.h

来自「三星2410的一些DEMO小例程」· C头文件 代码 · 共 30 行

H
30
字号
#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 + =
减小字号Ctrl + -
显示快捷键?