includes.h
来自「arm编程 ads应用hello.rar」· C头文件 代码 · 共 28 行
H
28 行
#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 + =
减小字号Ctrl + -
显示快捷键?