代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
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
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
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.
interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
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
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 \
interrupt.c
#include
#include
#include
#include
void IRQ_Handle()
{
unsigned long oft = INTOFFSET;
switch( oft )
{
case EINT1_OFT: printk("EINT1, K1 pressed!\n
interrupt.c
//*****************************************************************************
//
// interrupt.c - Driver for the NVIC Interrupt Controller.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. Al