sdk7a400_cpld_int_router.h
来自「Sharp LH7A400 BSP平台无关部分的代码,有很高的参考价值,尤其是系」· C头文件 代码 · 共 63 行
H
63 行
/***********************************************************************
* $Workfile: sdk7a400_cpld_int_router.h $
* $Revision: 1.0 $
* $Author: WellsK $
* $Date: Dec 03 2003 13:49:52 $
*
* Project: SDK7A400 CPLD interrupt router
*
* Description:
* This file contains the interrupt router and handler for the
* CPLD on the SDK7A400. The CPLD routes multiple interrupts
* into a single LH7A400 SOC interrupt.
*
* Revision History:
* $Log: //smaicnt2/pvcs/VM/sharpmcu/archives/sharpmcu/software/csps/lh7a400/bsps/sdk7a400/include/sdk7a400_cpld_int_router.h-arc $
*
* Rev 1.0 Dec 03 2003 13:49:52 WellsK
* Initial revision.
*
*
***********************************************************************
* SHARP MICROELECTRONICS OF THE AMERICAS MAKES NO REPRESENTATION
* OR WARRANTIES WITH RESPECT TO THE PERFORMANCE OF THIS SOFTWARE,
* AND SPECIFICALLY DISCLAIMS ANY RESPONSIBILITY FOR ANY DAMAGES,
* SPECIAL OR CONSEQUENTIAL, CONNECTED WITH THE USE OF THIS SOFTWARE.
*
* SHARP MICROELECTRONICS OF THE AMERICAS PROVIDES THIS SOFTWARE SOLELY
* FOR THE PURPOSE OF SOFTWARE DEVELOPMENT INCORPORATING THE USE OF A
* SHARP MICROCONTROLLER OR SYSTEM-ON-CHIP PRODUCT. USE OF THIS SOURCE
* FILE IMPLIES ACCEPTANCE OF THESE CONDITIONS.
*
* COPYRIGHT (C) 2001 SHARP MICROELECTRONICS OF THE AMERICAS, INC.
* CAMAS, WA
**********************************************************************/
#ifndef SDK7A400_CPLD_INT_ROUTER_H
#define SDK7A400_CPLD_INT_ROUTER_H
#ifdef __cplusplus
extern "C" {
#endif
#include "abl_types.h"
/***********************************************************************
* SDK7A400 CPLD interrupt router API functions
**********************************************************************/
/* Initialize the CPLD interrupt interface */
void cpld_int_router_init(void);
/* Enable or disable CPLD router interrupt */
void cpld_int_router_enable(BOOL_32 enable);
/* CPLD interrupt router */
void cpld_int_router_isr(void);
#ifdef __cplusplus
}
#endif
#endif /* SDK7A400_CPLD_INT_ROUTER_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?