代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
/*
FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
interrupt.c
/*
FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
interrupt.c
/*
FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
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.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#
#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.c
#include "s3c2410.h"
#include "interrupt.h"
#include "serial.h"
#include "sched.h"
void IRQ_Handle()
{
unsigned long oft = INTOFFSET;
switch( oft )
{
case EINT1_OFT: printk("EINT1, K1 pressed!\n