📄 uhal.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 + -