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

📄 uhal.h

📁 在S3C44b0上移植ucos并实现哲学家就餐问题的演示
💻 H
字号:
//**************************************************************************
//Name: port.h
//**************************************************************************
#ifndef __UHAL_H__
#define __UHAL_H__
//--------------------------------------------------------------------------
#ifdef __cplusplus
extern "C" {
#endif

//Initialze interrupts.
void uHALr_InitInterrupts(void);

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

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

//board main init
void ARMTargetInit(void);



#ifdef __cplusplus
}
#endif
//--------------------------------------------------------------------------

#endif

⌨️ 快捷键说明

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