testbank1.c

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

C
44
字号
//=============================================================================
//Header file
//=============================================================================
#include "general.h"
#include "intin.h"

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

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

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

Routine Description:

        process packet of interrupt in pipe

Arguments:

        none

Return Value:

        none

--*/
{
//	while(1)
//		P1 =0x3C;
}

⌨️ 快捷键说明

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