📄 tvpint_fw.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 + -