代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
interrupt.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
#pragma interrupt on
enum t_prio { T_L_A_PRIO = 2, T_L_B_PRIO, T_L_C_PRIO, T_L_D_PRIO, T_N_5_PRIO, T_N_6_PRIO };
void InterruptHandler(I
interrupt.tests
#!../../bash
#$Id: interrupt.tests,v 1.1 2006/10/03 08:54:46 rockyb Exp $
if test -z $srcdir ; then
srcdir=`pwd`
fi
if test -z "$builddir" ; then
builddir=`pwd`
fi
CHECK_FILE=interrupt.check
interrupt.sh
#!/usr/bin/bash
# $Id: interrupt.sh.in,v 1.2 2006/12/03 22:00:48 rockyb Exp $
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
if [[ cygwin == cygwin ]] ; then
cat ${srcdir}/interrupt.right
exit
interrupt.sh.in
#!@BASH_PROG@
# $Id: interrupt.sh.in,v 1.2 2006/12/03 22:00:48 rockyb Exp $
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
if [[ @build_os@ == cygwin ]] ; then
cat ${srcdir}/interrupt.right
ex
interrupt.right
Program received signal SIGTERM (15)...
->0 in file `interrupt.sh' at line 251
->1 main() called from file `interrupt.sh' at line 0
interrupt.rc2
//
// INTERRUPT.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft eMbedded Visual C++
#endif //APSTU
interrupt.vcp
# Microsoft eMbedded Visual Tools Project File - Name="Interrupt" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "W
interrupt.h
// Interrupt.h : main header file for the INTERRUPT application
//
#if !defined(AFX_INTERRUPT_H__DBF391CC_5471_4D48_A81E_DF8E72460990__INCLUDED_)
#define AFX_INTERRUPT_H__DBF391CC_5471_4D48_A81E_
interrupt.c
#include".\Globle.h"
#include"init.h"
#include".\Uart.h"
void Timer0_interrupt() interrupt 1 using 1 //5ms
{
TF0=0;
TH0=TH0_VALUE;
TL0=TL0_VALUE;
}
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)
;及总中断允许位(