代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
nonvectored interrupt.lnp
"main.obj",
"Startup.obj"
TO "NonVectored Interrupt"
CASE
CLASSES (DATA (0x40000000-0x40003FFF),
CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF))
interrupt.aws
# ADT Workspace File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
[AWS begin]
[WorkSpace begin]
Name=_string(interrupt)
FileType=_string(WorkSp
interrupt.java
//: c14:Interrupt.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// The alternative approach to using
// stop() when a threa
interrupt.asm
;==============================================================================
; Interrupt Handler
;------------------------------------------------------------------------------
; Notes:
;
;
interrupt.c
TCON = 0x04;
void int1_clear(void) interrupt 2
{
CLEAR = 1; //清零标志置1
}
if(CLEAR == 1)
{
for(i = 0; i < N; i++)
{
write_byte(0x00,i); //都写0x00
}
interrupt.cc
// interrupt.cc
// Routines to simulate hardware interrupts.
//
// The hardware provides a routine (SetLevel) to enable or disable
// interrupts.
//
// In order to emulate the hardware, we need to ke
interrupt.h
// interrupt.h
// Data structures to emulate low-level interrupt hardware.
//
// The hardware provides a routine (SetLevel) to enable or disable
// interrupts.
//
// In order to emulate the hardware,
interrupt.c
//*****************************************************************************
//
// interrupt.c - Driver for the NVIC Interrupt Controller.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. Al
external interrupt.asm
LED BIT P1.0
LEDBUF EQU 30H
ORG 00H
LJMP START
ORG 03H
LJMP INTERRUPT
START: CLR LEDBUF
CLR LED
MOV TCON,#01H ;外部中断0下降沿触发
MOV IE,#81H ;打开外部中断允许位(EX0)
;及总中断允许位(
external interrupt.lst
A51 MACRO ASSEMBLER EXTERNAL_INTERRUPT 07/29/2006 19:31:20 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN External Interrupt.OBJ