代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
interrupt.dsp
# Microsoft Developer Studio Project File - Name="interrupt" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
interrupt.c
#include
#include
#include
#include "eintdrv.h"
static int fd = -1;
/*
* interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/ar
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
external interrupt.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\44 External Interrupt\External Interrupt.uv2
Project File Date:
external interrupt.lnp
"External Interrupt.obj"
TO "External Interrupt"
external interrupt.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x
interrupt.c
/**
******************************************************************************
* @file st79_it.c
* @brief This file contains all the interrupt routines.
* @author STMicroelectronics
interrupt.java
//: c14:Interrupt.java
// The alternative approach to using
// stop() when a thread is blocked.
//
//
import javax.swing.*;
import java.aw
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)
;及总中断允许位(