⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tvpint_fw.h

📁 ti的数字电视芯片 tvp9000的源码
💻 H
字号:
#ifndef TVPINT_FW_DOT_H_IS_DEFINED
#define TVPINT_FW_DOT_H_IS_DEFINED

/***************************************************************************** 
*    Property of Texas Instruments Incorporated, Copyright 2004
*    All rights reserved
******************************************************************************/
/*********************************************************************
*
* Description:
*  TvpInt_fw.h contains all private global defines for the Firmware Interrupts
*   
*   
**********************************************************************/
/*********************************************************************
*
* $Revision:  $
*
* $History: TvpInt_fw.h $
* 
*********************************************************************/

// Extern functions used in firmware TC (interrupt) processing
#ifdef __cplusplus
extern "C" {
#endif

extern TVP_FERROR tvpIntSet_l(TvpIntParm *parm);
void tvpCFiqHandler(void);               // exceptions vector here
void tvpCFiqPass(unsigned long intNum);
void tvpFiqDummy(void);                  // placeholder for non caught ints

#ifdef __cplusplus
 };
#endif

#endif

⌨️ 快捷键说明

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