mc1319xhandler.h
来自「freescale的基于802.15.4的无线通讯例程」· C头文件 代码 · 共 37 行
H
37 行
/************************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?