tvpint_fw.h

来自「ti的数字电视芯片 tvp9000的源码」· C头文件 代码 · 共 38 行

H
38
字号
#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 + =
减小字号Ctrl + -
显示快捷键?