📄 mc1319xhandler.h
字号:
/************************************************************************************
* This header file is provided as part of the interface to the Freescale 802.15.4
* MAC and PHY layer.
*
* This file contains Platform specific implentations of functions.
*
* Author(s): Thomas O. Jensen
*
* (c) Copyright 2005, Freescale, Inc. All rights reserved.
*
* Freescale Confidential Proprietary
* Digianswer Confidential
*
* No part of this document must be reproduced in any form - including copied,
* transcribed, printed or by any electronic means - without specific written
* permission from Freescale.
*
************************************************************************************/
#ifndef _MC1319XHANDLER_H_
#define _MC1319XHANDLER_H_
/************************************************************************************
*************************************************************************************
* Includes
*************************************************************************************
************************************************************************************/
#include "IrqControlLib.h"
/************************************************************************************
*************************************************************************************
* Public Functions
*************************************************************************************
************************************************************************************/
INTERRUPT_KEYWORD void MC1319xInterrupt(void);
#endif /* _MC1319XHANDLER_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -