📄 includes.h
字号:
#ifndef _INCLUDE_H_
#define _INCLUDE_H_
//#define _OS_
#include <stdarg.h>
#include <stdio.h>
#ifdef _OS_
#include "os_cpu.h"
#include "os_cfg.h"
#include "ucos_ii.h"
#endif
#include "44b0.h"
#include "44b0evb.h"
#include "isr.h"
//asm 文件中的函数声明
//extern void IrqEnable(unsigned int sr);
//extern unsigned int IrqDisable(void);
extern unsigned int GetPC(void);
//extern void OSStackAndDisableInts(void);
//extern void OSRestoreStackedIntState(void);
//********************
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -