代码搜索:interrupt
找到约 10,000 项符合「interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/243211/12955223
lst interrupt.lst
C51 COMPILER V7.05 INTERRUPT 04/12/2005 09:13:15 PAGE 1
C51 COMPILER V7.05, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
www.eeworm.com/read/243211/12955250
c interrupt.c
#define INT_ISR_C
#include "c8051F330.h"
#include "rs232.h"
char rece,count_UART,count_UART1;
char Rec_OK,Tran_OK;
char Tran_Flag;
char xdata sRecComBuf[8];
char *pointer;
void UART_Is
www.eeworm.com/read/140894/13054034
java interrupt.java
//: c13:Interrupt.java
// Using interrupt() to break out of a blocked thread.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
www.eeworm.com/read/327755/13064845
exe interrupt.exe
www.eeworm.com/read/327755/13064850
txt interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
www.eeworm.com/read/140274/13091665
h interrupt.h
#define INT_ADC_OFT 31
#define INT_RTC_OFT 30
#define INT_SPI1_OFT 29
#define INT_UART0_OFT 28
#define INT_IIC_OFT 27
#define INT_USBH_OFT 26
#define INT_USBD_OFT 25
//#define Reserved_OFT
www.eeworm.com/read/140274/13091692
d interrupt.d
interrupt.o interrupt.d : interrupt.c \
/work/friendly-arm_backup/friendly-arm/ARM_Projects/MOS/include/s3c2410.h \
/work/friendly-arm_backup/friendly-arm/ARM_Projects/MOS/include/interrupt.h \
www.eeworm.com/read/140274/13091713
o interrupt.o
www.eeworm.com/read/140274/13091716
c interrupt.c
#include
#include
#include
#include
void IRQ_Handle()
{
unsigned long oft = INTOFFSET;
switch( oft )
{
case EINT1_OFT: printk("EINT1, K1 pressed!\n
www.eeworm.com/read/241537/13136950
c interrupt.c
//*****************************************************************************
//
// interrupt.c - Driver for the NVIC Interrupt Controller.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. Al