intin.c

来自「凌阳MP3 spSPCA755yuanma」· C语言 代码 · 共 64 行

C
64
字号
/*++

Copyright (c) 2001 Sunplus Technology Co., Ltd.

Module Name:

        intin.c

Abstract:

        Module related to interrupt pipe 

Environment:

        Keil C51 Compiler

Revision History:

        08/28/2001      Chi-Yeh Tsai    created                 

--*/

//=============================================================================
//Header file
//=============================================================================
#include "general.h"
#include "intin.h"

//=============================================================================
//Symbol
//=============================================================================
//-----------------------------------------------------------------------------
//Constant
//-----------------------------------------------------------------------------

//-----------------------------------------------------------------------------
//Variable
//-----------------------------------------------------------------------------

//=============================================================================
//Program
//=============================================================================
//-----------------------------------------------------------------------------
//INTIN_Packet
//-----------------------------------------------------------------------------
/void INTIN_Packet(void) USING_0
/*++

Routine Description:

        process packet of interrupt in pipe

Arguments:

        none

Return Value:

        none

--*/
{
}

⌨️ 快捷键说明

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