代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.hex
:10000300758920758BFD758DFD759850E4F58775A1
:05001300A890D28E222E
:0300230002004B8D
:0E004B00C2988599088508993099FDC29932AE
:10002600C290120003E4FFFEE4FDFC0DBD00010CCE
:10003600ED64C84C70F50FBF00
interrupt.lst
C51 COMPILER V6.20c INTERRUPT 03/04/2003 21:09:02 PAGE 1
C51 COMPILER V6.20c, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.c
#pragma small
#include
void initmpu(void) //57600波特率,无奇偶校验,中断方式
{
TMOD=0x20;
TL1=0xff;
TH1=0xff;
SCON=0x50;
PCON=0x80;
IE=0x90;
TR1=1;
}
void getch(void) inte
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr