代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
//------------------------------------------------------------------------------
//
// Copyright (C) 2006, Freescale Semiconductor, Inc. All Rights Reserved.
// THIS SOURCE CODE, AND ITS USE AND
interrupt.c
//-----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to t
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2008 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.c
//------------------------------------------------------------------------------
//
// Copyright (C) 2006, Freescale Semiconductor, Inc. All Rights Reserved.
// THIS SOURCE CODE, AND ITS USE AND
interrupt.lst
C51 COMPILER V6.20c INTERRUPT 03/04/2003 21:06:21 PAGE 1
C51 COMPILER V6.20c, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.c
#pragma small
#include
void initmpu(void)//串口初始化
{
TMOD=0x20;
TL1=0xff; //波特率57600
TH1=0xff;
SCON=0xd8; //方式3,有偶校验
PCON=0x80; //波特率加倍
IE=0x90;
TR1=1;
}
void getch(void
interrupt.lnp
"interrrupt.obj"
TO "interrupt"
interrupt.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
interrupt.plg
Build target 'Target 1'
compiling interrrupt.c...
linking...
Program Size: data=10.0 xdata=0 code=90
creating hex file from "interrupt"...
"interrupt" - 0 Error(s), 0 Warning(s).