interrupt.h

来自「JENNIC无线传感器网络 ZIGBEE 文件资料」· C头文件 代码 · 共 86 行

H
86
字号
/***************************************************************************** * * MODULE:              Interrupt.h * * COMPONENT:           Interrupt.h,v * * VERSION:             AT-Jenie_Release_v1_RC3 * * REVISION:            1.2 * * DATED:               2007/09/25 09:03:21 * * STATUS:              Exp * * AUTHOR:              MRW * * DESCRIPTION:         Interrupt enabling / disabling * * Interrupt.h,v * *  * LAST MODIFIED BY:    mwild *                      $Modtime: $ * **************************************************************************** * * This software is owned by Jennic and/or its supplier and is protected * under applicable copyright laws. All rights are reserved. We grant You, * and any third parties, a license to use this software solely and * exclusively on Jennic products. You, and any third parties must reproduce * the copyright and warranty notice and any other legend of ownership on each * copy or partial copy of the software. * * THIS SOFTWARE IS PROVIDED "AS IS". JENNIC MAKES NO WARRANTIES, WHETHER * EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, * ACCURACY OR LACK OF NEGLIGENCE. JENNIC SHALL NOT, IN ANY CIRCUMSTANCES, * BE LIABLE FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO, SPECIAL, * INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER. * * Copyright Jennic Ltd 2007. All rights reserved * ****************************************************************************/#ifndef  INTERRUPT_H_INCLUDED#define  INTERRUPT_H_INCLUDED#if defined __cplusplusextern "C" {#endif/****************************************************************************//***        Include Files                                                 ***//****************************************************************************//****************************************************************************//***        Macro Definitions                                             ***//****************************************************************************//****************************************************************************//***        Type Definitions                                              ***//****************************************************************************//****************************************************************************//***        Exported Functions                                            ***//****************************************************************************/PUBLIC void vInterrupt_Suspend(void);PUBLIC void vInterrupt_Resume(void);/****************************************************************************//***        Exported Variables                                            ***//****************************************************************************/#if defined __cplusplus}#endif#endif  /* API_H_INCLUDED *//****************************************************************************//***        END OF FILE                                                   ***//****************************************************************************/

⌨️ 快捷键说明

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