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

📄 uhal.h

📁 ucosIItest1添加信号).rar 初学者交流
💻 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 + -