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

📄 target.h

📁 ucosII在ARM7上的移植源代码
💻 H
字号:
#if !defined __TARGET_H
#define __TARGET_H






//Initialze interrupts.
void InitInterrupts(void);


//Initialize timer that is used OS.
void InitTimers(void);


/*** Called by ARMTargetStart() ***/
//Request the system timer.
//return value 1:success   0:fail
void RequestSystemTimer(void);


//Start system timer & enable the interrupt.
void InstallSystemTimer(void);

void ARMTargetInit(void);

void ARMTargetStart(void);
void Timer0_Exception(void);
void Exint0_Exception(void);

#endif

⌨️ 快捷键说明

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