代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
/******************************************************************************
* PIC USB
* interrupt.c
******************************************************************************/
/** I N C
interrupt.h
/******************************************************************************
* PIC USB
* interrupt.h
******************************************************************************/
#ifndef IN
interrupt.c
/******************************************************************************
* PIC USB
* interrupt.c
******************************************************************************/
/** I N C
interrupt.h
/******************************************************************************
* PIC USB
* interrupt.h
******************************************************************************/
#ifndef IN
interrupt.bld
#!build
default:
program
:asm_list_option=listing
:debuglevel=multi
:program_layout=ram
:outputname=objs\Interrupt.ghs
:object_dir=objs
:start_address=__reset
:postexec=gsize objs\Int
interrupt.asm
SECOND EQU 30H
COUNT EQU 31H
ORG 00H
LJMP START
ORG 0BH ;定时器0中断入口
LJMP INT_T0
START: MOV SECOND,#00H
MOV COUNT,#00H
MOV DPTR,#TABLE ;段码表首地址
MOV P0,#3FH
interrupt.lst
A51 MACRO ASSEMBLER INTERRUPT 07/02/2006 20:44:03 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Interrupt.OBJ
ASSEMBLE
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
#include
#include
#include
#i
interrupt.c
/*
* File : interrupt.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the fil
interrupt.c
/*
* File : trap.c
* This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2006, RT-Thread Development Team
*
* The license and distribution terms for this file may be
* found in the file LIC