target.h

来自「CC1000 Rf modem C codes for philips sLpc」· C头文件 代码 · 共 31 行

H
31
字号
#ifndef __TARGET_H 
#define __TARGET_H

#ifdef __cplusplus
    extern "C" {
#endif


#ifndef IN_TARGET 

extern void Reset(void);

#endif

#ifdef __cplusplus
    }
#endif
 
#endif

__swi(0x00) void SwiHandle1(int Handle);

#define IRQDisable() 	SwiHandle1(0)
#define IRQEnable() 	SwiHandle1(1)
#define FIQDisable() 	SwiHandle1(2)
#define FIQEnable()	 	SwiHandle1(3)

/************************************************************************
End Of File
*************************************************************************/

⌨️ 快捷键说明

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